Skip to content

Commit ac677cc

Browse files
committed
Update a comment
1 parent 3bd8c8c commit ac677cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/save_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from .utils import print_warning
1111

12-
# Import termios to save and restore the tty. This is only available on
12+
# Import termios to save and restore terminal echo. This is only available on
1313
# Unix, and it's fine if the module can't be found.
1414
try:
1515
import termios

0 commit comments

Comments
 (0)