bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)

This commit is contained in:
NAKAMURA Osamu 2017-03-25 11:55:08 +09:00 committed by Mariatta
parent 8f9e1bbf2d
commit 29540cdf6c
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ are always available. They are listed here in alphabetical order.
* The ``'x'`` mode was added.
* :exc:`IOError` used to be raised, it is now an alias of :exc:`OSError`.
* :exc:`FileExistsError` is now raised if the file opened in exclusive
* creation mode (``'x'``) already exists.
creation mode (``'x'``) already exists.
.. versionchanged::
3.4