Issue #22186: Fix typos in Lib/.

Patch by Févry Thibault.
This commit is contained in:
Berker Peksag 2014-10-19 18:04:38 +03:00
parent 0fc08fd2c7
commit f23530f569
12 changed files with 14 additions and 14 deletions

View file

@ -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: