Skip to content

Commit 29540cd

Browse files
osamu0329nakamuraMariatta
authored andcommitted
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)
1 parent 8f9e1bb commit 29540cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ are always available. They are listed here in alphabetical order.
10721072
* The ``'x'`` mode was added.
10731073
* :exc:`IOError` used to be raised, it is now an alias of :exc:`OSError`.
10741074
* :exc:`FileExistsError` is now raised if the file opened in exclusive
1075-
* creation mode (``'x'``) already exists.
1075+
creation mode (``'x'``) already exists.
10761076

10771077
.. versionchanged::
10781078
3.4

0 commit comments

Comments
 (0)