Skip to content

Commit 82de43f

Browse files
authored
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
(cherry picked from commit 61f82e0)
1 parent 0eadb42 commit 82de43f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/library/email.generator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ to be using :class:`BytesGenerator`, and not :class:`Generator`.
185185
Convert any bytes with the high bit set as needed using an
186186
ASCII-compatible :mailheader:`Content-Transfer-Encoding`. That is,
187187
transform parts with non-ASCII :mailheader:`Cotnent-Transfer-Encoding`
188-
(:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatibile
188+
(:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatible
189189
:mailheader:`Content-Transfer-Encoding`, and encode RFC-invalid non-ASCII
190190
bytes in headers using the MIME ``unknown-8bit`` character set, thus
191191
rendering them RFC-compliant.

Lib/idlelib/NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bpo-31860: The font sample in the settings dialog is now editable.
4444
Edits persist while IDLE remains open.
4545
Patch by Serhiy Storchake and Terry Jan Reedy.
4646

47-
bpo-31858: Restrict shell prompt manipulaton to the shell.
47+
bpo-31858: Restrict shell prompt manipulation to the shell.
4848
Editor and output windows only see an empty last prompt line. This
4949
simplifies the code and fixes a minor bug when newline is inserted.
5050
Sys.ps1, if present, is read on Shell start-up, but is not set or changed.

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5586,7 +5586,7 @@ def test_sendmsg_afalg_args(self):
55865586
@unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
55875587
class TestMSWindowsTCPFlags(unittest.TestCase):
55885588
knownTCPFlags = {
5589-
# avaliable since long time ago
5589+
# available since long time ago
55905590
'TCP_MAXSEG',
55915591
'TCP_NODELAY',
55925592
# available starting with Windows 10 1607

0 commit comments

Comments
 (0)