Skip to content

Commit cf01441

Browse files
committed
Fix typos in documentation
1 parent 04b3575 commit cf01441

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/email.message.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ message objects.
275275
only the key will be added.
276276

277277
If the value contains non-ASCII characters, the charset and language may
278-
be explicitly controlled by specifing the value as a three tuple in the
278+
be explicitly controlled by specifying the value as a three tuple in the
279279
format ``(CHARSET, LANGUAGE, VALUE)``, where ``CHARSET`` is a string
280280
naming the charset to be used to encode the value, ``LANGUAGE`` can
281281
usually be set to ``None`` or the empty string (see :rfc:`2231` for other

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Library
366366
if pass invalid string-like object as a name. Patch by Xiang Zhang.
367367

368368
- Issue #18844: random.choices() now has k as a keyword-only argument
369-
to improve the readability of common cases and the come into line
369+
to improve the readability of common cases and come into line
370370
with the signature used in other languages.
371371

372372
- Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py.

0 commit comments

Comments
 (0)