Commit bc4637ba authored by Martin Panter's avatar Martin Panter

Fix typos in documentation

parent 18e9af9b
...@@ -275,7 +275,7 @@ message objects. ...@@ -275,7 +275,7 @@ message objects.
only the key will be added. only the key will be added.
If the value contains non-ASCII characters, the charset and language may If the value contains non-ASCII characters, the charset and language may
be explicitly controlled by specifing the value as a three tuple in the be explicitly controlled by specifying the value as a three tuple in the
format ``(CHARSET, LANGUAGE, VALUE)``, where ``CHARSET`` is a string format ``(CHARSET, LANGUAGE, VALUE)``, where ``CHARSET`` is a string
naming the charset to be used to encode the value, ``LANGUAGE`` can naming the charset to be used to encode the value, ``LANGUAGE`` can
usually be set to ``None`` or the empty string (see :rfc:`2231` for other usually be set to ``None`` or the empty string (see :rfc:`2231` for other
......
...@@ -366,7 +366,7 @@ Library ...@@ -366,7 +366,7 @@ Library
if pass invalid string-like object as a name. Patch by Xiang Zhang. if pass invalid string-like object as a name. Patch by Xiang Zhang.
- Issue #18844: random.choices() now has k as a keyword-only argument - Issue #18844: random.choices() now has k as a keyword-only argument
to improve the readability of common cases and the come into line to improve the readability of common cases and come into line
with the signature used in other languages. with the signature used in other languages.
- Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py. - Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment