]> granicus.if.org Git - python/commitdiff
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)
authorMariatta <Mariatta@users.noreply.github.com>
Sat, 25 Mar 2017 03:04:40 +0000 (20:04 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2017 03:04:40 +0000 (20:04 -0700)
(cherry picked from commit 29540cdf6c66df9f806375a95078c0c63192ef78)

Doc/library/functions.rst

index c26037bd9eef192f9ccaaa83f15bf3c61be3e5cc..64c9569766cc7d12d2bbcdb663f12355b3fa3a46 100644 (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