Skip to content

Commit e085733

Browse files
committed
Post fix based on lint
1 parent a2d1786 commit e085733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_pyrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ def test_ctrl_d_single_line_end_no_newline(self):
21112111
class TestWindowsConsoleVtEolWrap(TestCase):
21122112
"""
21132113
When a line exactly fills the terminal width, VT terminals differ on whether
2114-
the cursor immediately wraps to the next row. In VT mode we must synchronize
2114+
the cursor immediately wraps to the next row. In VT mode we must synchronize
21152115
our logical cursor position with the real console cursor.
21162116
"""
21172117
def _make_console_like(self, *, width: int, offset: int, vt: bool):

0 commit comments

Comments
 (0)