mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Comment typo
This commit is contained in:
parent
e82cdae58f
commit
0e15182a38
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class BasicTCPTest(SocketConnectedTest):
|
||||||
self.assertEqual(msg, MSG)
|
self.assertEqual(msg, MSG)
|
||||||
# wait for _testShutdown to finish: on OS X, when the server
|
# wait for _testShutdown to finish: on OS X, when the server
|
||||||
# closes the connection the client also becomes disconnected,
|
# 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()
|
self.done.wait()
|
||||||
|
|
||||||
def _testShutdown(self):
|
def _testShutdown(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue