Skip to content

Commit 326c57d

Browse files
committed
Typo fix.
1 parent 62f52c4 commit 326c57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
661661
default (strict mode), it raises an UnicodeDecodeError on undecodable byte
662662
sequence and UnicodeEncodeError on unencodable character. To get the ``'mbcs'``
663663
encoding 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:

0 commit comments

Comments
 (0)