Kaydet (Commit) 8e6e7d39 authored tarafından Nick Coghlan's avatar Nick Coghlan

Fix typo in a comment (noticed by Terry Reedy)

üst 6061000d
......@@ -146,7 +146,7 @@ class CmdLineTest(unittest.TestCase):
def test_stdin_loader(self):
# Unfortunately, there's no way to automatically test the fully
# interactive REPL, since that code path only gets executed when
# stdin in an interactive tty.
# stdin is an interactive tty.
p = spawn_python()
try:
p.stdin.write(b"print(__loader__)\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment