Skip to content

Commit 7f17b1b

Browse files
committed
fix comment
1 parent 0300a8a commit 7f17b1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mistapi/device_utils/__tools/__ws_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class _VT100Screen:
2727
mode changes are silently ignored.
2828
"""
2929

30-
def __init__(self, rows: int = 80, cols: int = 200) -> None:
30+
def __init__(self, rows: int = 24, cols: int = 80) -> None:
3131
self.rows = rows
3232
self.cols = cols
3333
self.cursor_row = 0

0 commit comments

Comments
 (0)