Merge spelling and grammar fixes from 3.5

This commit is contained in:
Martin Panter 2016-08-05 01:51:39 +00:00
commit 02b75abf73
14 changed files with 15 additions and 15 deletions

View file

@ -708,7 +708,7 @@ class GeneralModuleTests(unittest.TestCase):
raise socket.gaierror
def testSendtoErrors(self):
# Testing that sendto doesn't masks failures. See #10169.
# Testing that sendto doesn't mask failures. See #10169.
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
self.addCleanup(s.close)
s.bind(('', 0))