]> granicus.if.org Git - python/commitdiff
Comment typo
authorMark Dickinson <dickinsm@gmail.com>
Thu, 15 Jan 2009 14:58:28 +0000 (14:58 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 15 Jan 2009 14:58:28 +0000 (14:58 +0000)
Lib/test/test_socket.py

index eaf9bcba196de5efb647703c3c09f96dee157b8d..2980889e9392bc8ef96ba7493db2c0bbcc4652ec 100644 (file)
@@ -586,7 +586,7 @@ class BasicTCPTest(SocketConnectedTest):
         self.assertEqual(msg, MSG)
         # wait for _testShutdown to finish: on OS X, when the server
         # closes the connection the client also becomes disconnected,
-        # and the client's shutdown call will fail. (Issue #4937.)
+        # and the client's shutdown call will fail. (Issue #4397.)
         self.done.wait()
 
     def _testShutdown(self):