diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-01-15 14:58:28 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-01-15 14:58:28 (GMT) |
commit | 0e15182a38da035a4808275d52636003644a6d90 (patch) | |
tree | 25e313e674927d6465d1a30df361ee4b761e37fa | |
parent | e82cdae58faf838ff8f81cf6b20edc6efcb9825e (diff) | |
download | cpython-0e15182a38da035a4808275d52636003644a6d90.zip cpython-0e15182a38da035a4808275d52636003644a6d90.tar.gz cpython-0e15182a38da035a4808275d52636003644a6d90.tar.bz2 |
Comment typo
-rw-r--r-- | Lib/test/test_socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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): |