We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9e1bb commit 29540cdCopy full SHA for 29540cd
Doc/library/functions.rst
@@ -1072,7 +1072,7 @@ are always available. They are listed here in alphabetical order.
1072
* The ``'x'`` mode was added.
1073
* :exc:`IOError` used to be raised, it is now an alias of :exc:`OSError`.
1074
* :exc:`FileExistsError` is now raised if the file opened in exclusive
1075
- * creation mode (``'x'``) already exists.
+ creation mode (``'x'``) already exists.
1076
1077
.. versionchanged::
1078
3.4
0 commit comments