diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-08-30 20:36:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 20:36:58 (GMT) |
commit | c3a651ad2544d7d1be389b63e9a4a58a92a31623 (patch) | |
tree | 80154dac32038e0b3d248d710e700d6f50838204 /Doc/library/logging.rst | |
parent | 475a5fbb5644ea200c990d85d8c264e78ab6c7ea (diff) | |
download | cpython-c3a651ad2544d7d1be389b63e9a4a58a92a31623.zip cpython-c3a651ad2544d7d1be389b63e9a4a58a92a31623.tar.gz cpython-c3a651ad2544d7d1be389b63e9a4a58a92a31623.tar.bz2 |
[doc] Fix markup in logging (GH-22008)
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 3ff67f7..a446c80 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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'. | +--------------+---------------------------------------------+ |