mirror of
https://github.com/python/cpython.git
synced 2025-10-21 06:02:21 +00:00
Fix typos in comments and test code (#122846)
This commit is contained in:
parent
9375b9ca3a
commit
253c6a0b2f
18 changed files with 28 additions and 28 deletions
|
@ -231,7 +231,7 @@ class WindowsConsole(Console):
|
|||
|
||||
# reuse the oldline as much as possible, but stop as soon as we
|
||||
# encounter an ESCAPE, because it might be the start of an escape
|
||||
# sequene
|
||||
# sequence
|
||||
while (
|
||||
x_coord < minlen
|
||||
and oldline[x_pos] == newline[x_pos]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue