Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82de43f

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

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎Doc/library/email.generator.rst

Copy file name to clipboardExpand all lines: Doc/library/email.generator.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: Lib/idlelib/NEWS.txt
+1-1Lines 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

Copy file name to clipboardExpand all lines: Lib/test/test_socket.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.