From: Charles-François Natali Date: Sat, 7 Feb 2015 13:29:15 +0000 (+0000) Subject: Fix whitespace. X-Git-Tag: v3.5.0a1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26dd5edae820f346f7a1473952116e3a103d01fa;p=thirdparty%2FPython%2Fcpython.git Fix whitespace. --- diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index f7cacf05ff44..cf45b7346ca1 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -3627,7 +3627,7 @@ class InterruptedRecvTimeoutTest(InterruptedTimeoutBase, UDPTestBase): self.serv.settimeout(self.timeout) def checkInterruptedRecv(self, func, *args, **kwargs): - # Check that func(*args, **kwargs) raises + # Check that func(*args, **kwargs) raises # errno of EINTR when interrupted by a signal. self.setAlarm(self.alarm_time) with self.assertRaises(ZeroDivisionError) as cm: