We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8c8c commit ac677ccCopy full SHA for ac677cc
Lib/test/libregrtest/save_env.py
@@ -9,7 +9,7 @@
9
10
from .utils import print_warning
11
12
-# Import termios to save and restore the tty. This is only available on
+# Import termios to save and restore terminal echo. This is only available on
13
# Unix, and it's fine if the module can't be found.
14
try:
15
import termios
0 commit comments