File tree 4 files changed +4
-4
lines changed
Filter options
4 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The :class:`EmailMessage` dictionary-like interface is indexed by the header
41
41
names, which must be ASCII values. The values of the dictionary are strings
42
42
with some extra methods. Headers are stored and returned in case-preserving
43
43
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
45
45
provided for working with headers that have duplicate keys.
46
46
47
47
The *payload * is either a string or bytes object, in the case of simple message
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ Several non-character keys move the cursor and possibly
429
429
delete characters. Deletion does not puts text on the clipboard,
430
430
but IDLE has an undo list. Wherever this doc discusses keys,
431
431
'C' refers to the :kbd: `Control ` key on Windows and
432
- Unix and the :kbd: `Command ` key on macOS. (And all such dicussions
432
+ Unix and the :kbd: `Command ` key on macOS. (And all such discussions
433
433
assume that the keys have not been re-bound to something else.)
434
434
435
435
* Arrow keys move the cursor one character or line.
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ XMLParser Objects
210
210
by default until a sufficient amount of input is reached.
211
211
Due to this delay, registered handlers may — depending of the sizing of
212
212
input chunks pushed to Expat — no longer be called right after pushing new
213
- input to the parser. Where immediate feedback and taking over responsiblity
213
+ input to the parser. Where immediate feedback and taking over responsibility
214
214
of protecting against denial of service from large tokens are both wanted,
215
215
calling ``SetReparseDeferralEnabled(False) `` disables reparse deferral
216
216
for the current Expat parser instance, temporarily or altogether.
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ events, use the expression ``PY_RETURN | PY_START``.
160
160
161
161
.. monitoring-event :: NO_EVENTS
162
162
163
- An alias for ``0 `` so users can do explict comparisions like::
163
+ An alias for ``0 `` so users can do explicit comparisons like::
164
164
165
165
if get_events(DEBUGGER_ID) == NO_EVENTS:
166
166
...
You can’t perform that action at this time.
0 commit comments