diff options
author | Georg Brandl <georg@python.org> | 2014-01-22 18:15:42 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-22 18:15:42 +0100 |
commit | b1a9f7548b1615c610dd6340918e90d52136d2d2 (patch) | |
tree | 25ea140b702b89b4b922863b4f3f03d5c268082d /sphinx/pycode/pgen2/tokenize.py | |
parent | 1eb23c62ceff142a3e517904e1b795cf22a57196 (diff) | |
download | sphinx-git-b1a9f7548b1615c610dd6340918e90d52136d2d2.tar.gz |
consistency nits
Diffstat (limited to 'sphinx/pycode/pgen2/tokenize.py')
-rw-r--r-- | sphinx/pycode/pgen2/tokenize.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/pycode/pgen2/tokenize.py b/sphinx/pycode/pgen2/tokenize.py index 93fd6578f..4e94fa5c5 100644 --- a/sphinx/pycode/pgen2/tokenize.py +++ b/sphinx/pycode/pgen2/tokenize.py @@ -23,7 +23,8 @@ Older entry points tokenize(readline, tokeneater=printtoken) are the same, except instead of generating tokens, tokeneater is a callback function to which the 5 fields described above are passed as 5 arguments, -each time a new token is found.""" +each time a new token is found. +""" from __future__ import print_function |