mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Merge spelling and grammar fixes from 3.5
This commit is contained in:
commit
02b75abf73
14 changed files with 15 additions and 15 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue