]> granicus.if.org Git - python/commitdiff
Fix typo in a comment (noticed by Terry Reedy)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Jul 2012 13:13:18 +0000 (23:13 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Jul 2012 13:13:18 +0000 (23:13 +1000)
Lib/test/test_cmd_line_script.py

index 8b6083e84f9802bf4fe37c65b06fe99fd423f677..17dfbc2322bdc28460b46b6d24af56273c59f9eb 100644 (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")