Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commite652dae

Browse files
[3.12] Docs: fix typos in documentation (GH-118752) (#118786)
Docs: fix typos in documentation (GH-118752)(cherry picked from commit7b0c247)Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
1 parent6564917 commite652dae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎Doc/library/email.message.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The :class:`EmailMessage` dictionary-like interface is indexed by the header
4141
names, which must be ASCII values. The values of the dictionary are strings
4242
with some extra methods. Headers are stored and returned in case-preserving
4343
form, but field names are matched case-insensitively. The keys are ordered,
44-
but unlike a real dict, there can be duplicates.Addtional methods are
44+
but unlike a real dict, there can be duplicates.Additional methods are
4545
provided for working with headers that have duplicate keys.
4646

4747
The *payload* is either a string or bytes object, in the case of simple message

‎Doc/library/idle.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Several non-character keys move the cursor and possibly
429429
delete characters. Deletion does not puts text on the clipboard,
430430
but IDLE has an undo list. Wherever this doc discusses keys,
431431
'C' refers to the:kbd:`Control` key on Windows and
432-
Unix and the:kbd:`Command` key on macOS. (And all suchdicussions
432+
Unix and the:kbd:`Command` key on macOS. (And all suchdiscussions
433433
assume that the keys have not been re-bound to something else.)
434434

435435
* Arrow keys move the cursor one character or line.

‎Doc/library/pyexpat.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ XMLParser Objects
210210
by default until a sufficient amount of input is reached.
211211
Due to this delay, registered handlers may — depending of the sizing of
212212
input chunks pushed to Expat — no longer be called right after pushing new
213-
input to the parser. Where immediate feedback and taking overresponsiblity
213+
input to the parser. Where immediate feedback and taking overresponsibility
214214
of protecting against denial of service from large tokens are both wanted,
215215
calling ``SetReparseDeferralEnabled(False)`` disables reparse deferral
216216
for the current Expat parser instance, temporarily or altogether.

‎Doc/library/sys.monitoring.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ events, use the expression ``PY_RETURN | PY_START``.
163163

164164
..monitoring-event::NO_EVENTS
165165

166-
An alias for ``0`` so users can doexplict comparisions like::
166+
An alias for ``0`` so users can doexplicit comparisons like::
167167

168168
if get_events(DEBUGGER_ID) == NO_EVENTS:
169169
...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp