aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-02-27 12:11:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-27 13:03:10 -0800
commitf8838fabb0a18ea8ad852718e3c1ded4dcc5917d (patch)
treea26b00cef8a990ace96de48064f265ce7968dd8a /tensorflow/python/summary
parent79098e13efe58ef3e56025c93761f4d7bb02dfbe (diff)
Fix spelling errors.
Change: 148678164
Diffstat (limited to 'tensorflow/python/summary')
-rw-r--r--tensorflow/python/summary/writer/writer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/summary/writer/writer.py b/tensorflow/python/summary/writer/writer.py
index f87afc53dd..a737fd2c16 100644
--- a/tensorflow/python/summary/writer/writer.py
+++ b/tensorflow/python/summary/writer/writer.py
@@ -185,7 +185,7 @@ class SummaryToEventTransformer(object):
`saver.import_meta_graph()`.
Args:
- meta_graph_def: A `MetaGraphDef` object, often as retured by
+ meta_graph_def: A `MetaGraphDef` object, often as returned by
`saver.export_meta_graph()`.
global_step: Number. Optional global step counter to record with the
graph.