diff options
| author | Raymond Hettinger <python@rcn.com> | 2010-09-09 04:32:39 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2010-09-09 04:32:39 +0000 |
| commit | 6c60d099e5ed97ee0026687c1ec3401cca49c0c2 (patch) | |
| tree | 09c77b969f4c41f95583d5c80786208e03d60bfc /Doc/library/tokenize.rst | |
| parent | 44d7b6ad60c151d2a265c326c1f7cf26d3c9dc18 (diff) | |
| download | cpython-git-6c60d099e5ed97ee0026687c1ec3401cca49c0c2.tar.gz | |
Improve the repr for the TokenInfo named tuple.
Diffstat (limited to 'Doc/library/tokenize.rst')
| -rw-r--r-- | Doc/library/tokenize.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tokenize.rst b/Doc/library/tokenize.rst index 446d3bbde9..dbd01c478d 100644 --- a/Doc/library/tokenize.rst +++ b/Doc/library/tokenize.rst @@ -111,7 +111,7 @@ function it uses to do this is available: return fp.read() -Example of a script re-writer that transforms float literals into Decimal +Example of a script rewriter that transforms float literals into Decimal objects:: from tokenize import tokenize, untokenize, NUMBER, STRING, NAME, OP |
