Issue #27125: Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-05-30 05:24:49 +00:00
commit e514093a2f
17 changed files with 20 additions and 21 deletions

View file

@ -4758,7 +4758,7 @@ class TIPCThreadableTest(unittest.TestCase, ThreadableTest):
self.addCleanup(self.conn.close)
def clientSetUp(self):
# The is a hittable race between serverExplicitReady() and the
# There is a hittable race between serverExplicitReady() and the
# accept() call; sleep a little while to avoid it, otherwise
# we could get an exception
time.sleep(0.1)