aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-09-28 11:12:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 11:21:49 -0700
commit1a834d3aa84ba47afe39c22fffd60d03ca151d30 (patch)
treeeed1e3c7bab04b64c9e505ddf0ec82e69f80dc29 /tensorflow/python/ops
parentd644fa0542a5a9995512674c7ac708468941fe28 (diff)
Remove @{} api_links and ban "@{}" from python and md files.
PiperOrigin-RevId: 214964988
Diffstat (limited to 'tensorflow/python/ops')
-rw-r--r--tensorflow/python/ops/rnn_cell_impl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/rnn_cell_impl.py b/tensorflow/python/ops/rnn_cell_impl.py
index 43cca1a498..c2751e529a 100644
--- a/tensorflow/python/ops/rnn_cell_impl.py
+++ b/tensorflow/python/ops/rnn_cell_impl.py
@@ -611,7 +611,7 @@ class LSTMStateTuple(_LSTMStateTuple):
# TODO(scottzhu): Stop exporting this class in TF 2.0.
@tf_export("nn.rnn_cell.BasicLSTMCell")
class BasicLSTMCell(LayerRNNCell):
- """DEPRECATED: Please use @{tf.nn.rnn_cell.LSTMCell} instead.
+ """DEPRECATED: Please use `tf.nn.rnn_cell.LSTMCell` instead.
Basic LSTM recurrent network cell.