File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ The :mod:`os` module has two new functions: :func:`~os.fsencode` and
657657:data: `os.environ `, :func: `os.getenvb ` function and
658658:data: `os.supports_bytes_environ ` constant.
659659
660- ``'mbcs' `` encoding doesn't ignore the error handler argument anymore . By
660+ ``'mbcs' `` encoding doesn't ignore the error handler argument any more . By
661661default (strict mode), it raises an UnicodeDecodeError on undecodable byte
662662sequence and UnicodeEncodeError on unencodable character. To get the ``'mbcs' ``
663663encoding of Python 3.1, use ``'ignore' `` error handler to decode and
@@ -721,7 +721,7 @@ require changes to your code:
721721* The :mod: `nntplib ` module was reworked extensively, meaning that its APIs
722722 are often incompatible with the 3.1 APIs.
723723
724- * :class: `bytearray ` objects cannot be used anymore as filenames: convert them
724+ * :class: `bytearray ` objects cannot be used any more as filenames: convert them
725725 to :class: `bytes `.
726726
727727* PyArg_Parse*() functions:
You can’t perform that action at this time.
0 commit comments