From a5293b4ff2c1b5446947b4986f98ecf5d52432d4 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 5 Nov 2017 07:37:50 -0600 Subject: Fix miscellaneous typos (#4275) --- Lib/test/test_socket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_socket.py') diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 41eac2396b..096fb54ac1 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -4675,7 +4675,7 @@ class TCPTimeoutTest(SocketTCPTest): 'test needs signal.alarm()') def testInterruptedTimeout(self): # XXX I don't know how to do this test on MSWindows or any other - # plaform that doesn't support signal.alarm() or os.kill(), though + # platform that doesn't support signal.alarm() or os.kill(), though # the bug should have existed on all platforms. self.serv.settimeout(5.0) # must be longer than alarm class Alarm(Exception): -- cgit v1.2.1