commit | 72c51136c6269112f4c37ef14f972c89b92c272c | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Wed Mar 22 15:26:53 2017 +0800 |
committer | GitHub <noreply@github.com> | Wed Mar 22 15:26:53 2017 +0800 |
tree | 10732348f719778037c356d67ed62572ab57fe6c | |
parent | af839fe2fef12dbbc8083fc7f01daee48a85a916 [diff] [blame] |
fix function name in tabnanny documentation (GH-762)
diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py index 46e0f56..bfb670c 100755 --- a/Lib/tabnanny.py +++ b/Lib/tabnanny.py
@@ -59,7 +59,7 @@ class NannyNag(Exception): """ - Raised by tokeneater() if detecting an ambiguous indent. + Raised by process_tokens() if detecting an ambiguous indent. Captured and handled in check(). """ def __init__(self, lineno, msg, line):