]> granicus.if.org Git - python/commitdiff
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 21 Apr 2018 00:49:07 +0000 (20:49 -0400)
committerGitHub <noreply@github.com>
Sat, 21 Apr 2018 00:49:07 +0000 (20:49 -0400)
(cherry picked from commit 61f82e0e337f971da57f8f513abfe693edf95aa5)

Doc/library/email.generator.rst
Lib/idlelib/NEWS.txt
Lib/test/test_socket.py

index 1e64e1066c7da58da0b9c2d32dd8158592b0f4dd..b4ed3b41f3d467d0e96a896b97e52505a60cae02 100644 (file)
@@ -185,7 +185,7 @@ to be using :class:`BytesGenerator`, and not :class:`Generator`.
       Convert any bytes with the high bit set as needed using an
       ASCII-compatible :mailheader:`Content-Transfer-Encoding`.  That is,
       transform parts with non-ASCII :mailheader:`Cotnent-Transfer-Encoding`
-      (:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatibile
+      (:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatible
       :mailheader:`Content-Transfer-Encoding`, and encode RFC-invalid non-ASCII
       bytes in headers using the MIME ``unknown-8bit`` character set, thus
       rendering them RFC-compliant.
index 1ef8a617c4adc73b915623367a075fd8ff22562d..bf2b52ac2338c100021b40eac9dc21e8aa49c381 100644 (file)
@@ -44,7 +44,7 @@ bpo-31860: The font sample in the settings dialog is now editable.
 Edits persist while IDLE remains open.
 Patch by Serhiy Storchake and Terry Jan Reedy.
 
-bpo-31858: Restrict shell prompt manipulaton to the shell.
+bpo-31858: Restrict shell prompt manipulation to the shell.
 Editor and output windows only see an empty last prompt line.  This
 simplifies the code and fixes a minor bug when newline is inserted.
 Sys.ps1, if present, is read on Shell start-up, but is not set or changed.
index faa4868587cdc273a231804a7f8a5186df188c7a..8b0441a8e52d240bdd6984c95f27c38d9ffebf75 100644 (file)
@@ -5586,7 +5586,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