Fix typo in a comment (noticed by Terry Reedy)

This commit is contained in:
Nick Coghlan 2012-07-15 23:13:18 +10:00
parent 6061000d01
commit 8e6e7d39d3
1 changed files with 1 additions and 1 deletions

View File

@ -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")