mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
This commit is contained in:
parent
ebd662d6f2
commit
3219df1562
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
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
|
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
|
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,
|
line on which the token was found. The line passed (the last tuple item) is
|
||||||
that is, continuation lines are not handled specially.
|
the *logical* line; continuation lines are included.
|
||||||
|
|
||||||
.. versionadded:: 2.2
|
.. versionadded:: 2.2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue