mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
fix a poorly worded error message
This commit is contained in:
parent
3ecdb250af
commit
01e80b45d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue