From: Andre Delfino Date: Sun, 30 Aug 2020 20:36:58 +0000 (-0300) Subject: [doc] Fix markup in logging (GH-22008) X-Git-Tag: v3.10.0a1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a651ad2544d7d1be389b63e9a4a58a92a31623;p=thirdparty%2FPython%2Fcpython.git [doc] Fix markup in logging (GH-22008) --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 3ff67f76cc3c..a446c80ece60 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'. | +--------------+---------------------------------------------+