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 3ca6d11b84..245643cb32 100644
--- a/tensorflow/tools/docs/py_guide_parser.py
+++ b/tensorflow/tools/docs/py_guide_parser.py
@@ -34,7 +34,7 @@ def md_files_in_dir(py_guide_src_dir):
class PyGuideParser(object):
"""Simple parsing of a guide .md file.
- Decendents can override the process_*() functions (called by process())
+ Descendants can override the process_*() functions (called by process())
to either record infromation from the guide, or call replace_line()
to affect the return value of process().
"""