From 0e15182a38da035a4808275d52636003644a6d90 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 15 Jan 2009 14:58:28 +0000 Subject: [PATCH] Comment typo --- Lib/test/test_socket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index eaf9bcba19..2980889e93 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -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): -- 2.50.1