Comment typo
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index eaf9bcb..2980889 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -586,7 +586,7 @@
         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):