summaryrefslogtreecommitdiffstats
path: root/Doc/library/tokenize.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-08 08:59:38 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-08 08:59:38 (GMT)
commit3219df1562570c544d42533df259128a507da809 (patch)
tree51f444044c2a853ba94e726642b0f0d58e6e4f1b /Doc/library/tokenize.rst
parentebd662d6f20816090d42aaa4ec8641769e4a2e53 (diff)
downloadcpython-3219df1562570c544d42533df259128a507da809.zip
cpython-3219df1562570c544d42533df259128a507da809.tar.gz
cpython-3219df1562570c544d42533df259128a507da809.tar.bz2
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
Diffstat (limited to 'Doc/library/tokenize.rst')
-rw-r--r--Doc/library/tokenize.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tokenize.rst b/Doc/library/tokenize.rst
index efe9eb9..36f5838 100644
--- a/Doc/library/tokenize.rst
+++ b/Doc/library/tokenize.rst
@@ -27,8 +27,8 @@ The primary entry point is a :term:`generator`:
string; a 2-tuple ``(srow, scol)`` of ints specifying the row and column
where the token begins in the source; a 2-tuple ``(erow, ecol)`` of ints
specifying the row and column where the token ends in the source; and the
- line on which the token was found. The line passed is the *physical* line,
- that is, continuation lines are not handled specially.
+ line on which the token was found. The line passed (the last tuple item) is
+ the *logical* line; continuation lines are included.
.. versionadded:: 2.2