mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix whitespace.
This commit is contained in:
parent
6e6c59b508
commit
26dd5edae8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue