aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs/py_guide_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/docs/py_guide_parser.py')
-rw-r--r--tensorflow/tools/docs/py_guide_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/docs/py_guide_parser.py b/tensorflow/tools/docs/py_guide_parser.py
index 245643cb32..216353ecee 100644
--- a/tensorflow/tools/docs/py_guide_parser.py
+++ b/tensorflow/tools/docs/py_guide_parser.py
@@ -35,7 +35,7 @@ class PyGuideParser(object):
"""Simple parsing of a guide .md file.
Descendants can override the process_*() functions (called by process())
- to either record infromation from the guide, or call replace_line()
+ to either record information from the guide, or call replace_line()
to affect the return value of process().
"""