mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-5028: fix doc bug for tokenize (GH-11683)
https://bugs.python.org/issue5028
This commit is contained in:
parent
1b69c09248
commit
1e36f75d63
3 changed files with 3 additions and 3 deletions
|
@ -415,7 +415,7 @@ def tokenize(readline):
|
|||
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
|
||||
logical line; continuation lines are included.
|
||||
physical line; continuation lines are included.
|
||||
|
||||
The first token sequence will always be an ENCODING token
|
||||
which tells you which encoding was used to decode the bytes stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue