aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py')
-rw-r--r--tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py b/tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py
index 4f70b275e8..cc0c7b0829 100644
--- a/tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py
+++ b/tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py
@@ -141,7 +141,7 @@ _cudnn_rnn_common_doc_string = """
* Once a while, the user saves the parameter buffer into model checkpoints
with Saver.save().
* When restoring, the user creates a RNNParamsSaveable object and uses
- Saver.restore() to restore the paramter buffer from the canonical format
+ Saver.restore() to restore the parameter buffer from the canonical format
to a user-defined format, as well as to restore other savable objects
in the checkpoint file.
"""