mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Spelling fixes to docs, docstrings, and comments (GH-6374)
This commit is contained in:
parent
0399cf9b5e
commit
61f82e0e33
15 changed files with 16 additions and 16 deletions
|
@ -5948,7 +5948,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase):
|
|||
@unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
|
||||
class TestMSWindowsTCPFlags(unittest.TestCase):
|
||||
knownTCPFlags = {
|
||||
# avaliable since long time ago
|
||||
# available since long time ago
|
||||
'TCP_MAXSEG',
|
||||
'TCP_NODELAY',
|
||||
# available starting with Windows 10 1607
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue