]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix markup in logging (GH-22008)
authorAndre Delfino <adelfino@gmail.com>
Sun, 30 Aug 2020 20:36:58 +0000 (17:36 -0300)
committerGitHub <noreply@github.com>
Sun, 30 Aug 2020 20:36:58 +0000 (21:36 +0100)
Doc/library/logging.rst

index 3ff67f76cc3c5a50a39ac2c46765a09b9abba276..a446c80ece6048c872c6a3112cbed79d5ce90e66 100644 (file)
@@ -1222,7 +1222,7 @@ functions.
    |              | opening the output file. If not specified,  |
    |              | the value 'backslashreplace' is used. Note  |
    |              | that if ``None`` is specified, it will be   |
-   |              | passed as such to func:`open`, which means  |
+   |              | passed as such to :func:`open`, which means |
    |              | that it will be treated the same as passing |
    |              | 'errors'.                                   |
    +--------------+---------------------------------------------+