commit | 0e15182a38da035a4808275d52636003644a6d90 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Jan 15 14:58:28 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Jan 15 14:58:28 2009 +0000 |
tree | 25e313e674927d6465d1a30df361ee4b761e37fa | |
parent | e82cdae58faf838ff8f81cf6b20edc6efcb9825e [diff] [blame] |
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):