mirror of https://github.com/python/cpython.git
fix a poorly worded error message
This commit is contained in:
parent
3ecdb250af
commit
01e80b45d6
|
@ -118,7 +118,7 @@ def testConnectTimeout(self):
|
|||
|
||||
_delta = abs(_t1 - _t2)
|
||||
self.assert_(_delta < _timeout + self.fuzz,
|
||||
"timeout (%g) is %g seconds more than expected (%g)"
|
||||
"timeout (%g) is more than %g seconds more than expected (%g)"
|
||||
%(_delta, self.fuzz, _timeout))
|
||||
|
||||
def testRecvTimeout(self):
|
||||
|
|
Loading…
Reference in New Issue