fix a poorly worded error message

This commit is contained in:
Anthony Baxter 2004-06-11 15:57:49 +00:00
parent 3ecdb250af
commit 01e80b45d6
1 changed files with 1 additions and 1 deletions

View File

@ -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):