Skip to content

Commit 042f25b

Browse files
committed
Update comment
1 parent ea8fef9 commit 042f25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unpythonic/net/ptyproxy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import select
77
import threading
88

9-
# What this does for us in unpythonic.net.server is that:
9+
# What this does for us in a remote REPL session in unpythonic.net.server is that:
1010
# >>> import os
11-
# >>> os.isatty(_thread_scope.rfile.fileno())
11+
# >>> os.isatty(sys.stdin.fileno())
1212
# True
1313
# whereas without the PTY, the same code returns False.
1414
#

0 commit comments

Comments
 (0)