From c3a651ad2544d7d1be389b63e9a4a58a92a31623 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Sun, 30 Aug 2020 17:36:58 -0300 Subject: [doc] Fix markup in logging (GH-22008) --- Doc/library/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. | +--------------+---------------------------------------------+ -- cgit v0.12