summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index c26037b..64c9569 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -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