]> granicus.if.org Git - python/commitdiff
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)
authorNAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com>
Sat, 25 Mar 2017 02:55:08 +0000 (11:55 +0900)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 25 Mar 2017 02:55:08 +0000 (19:55 -0700)
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