mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
parent
0fc08fd2c7
commit
f23530f569
12 changed files with 14 additions and 14 deletions
|
@ -116,7 +116,7 @@ class Text:
|
|||
"""Return a (line, char) tuple of int indexes into self.data.
|
||||
|
||||
This implements .index without converting the result back to a string.
|
||||
The result is contrained by the number of lines and linelengths of
|
||||
The result is constrained by the number of lines and linelengths of
|
||||
self.data. For many indexes, the result is initially (1, 0).
|
||||
|
||||
The input index may have any of several possible forms:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue