mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -709,7 +709,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