]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] [doc] Link to issue regarding logging.disable level param default value GH...
authorAndre Delfino <adelfino@gmail.com>
Thu, 10 Dec 2020 14:19:51 +0000 (11:19 -0300)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 14:19:51 +0000 (06:19 -0800)
(cherry picked from commit 2a35137328154aa2513649dcf0bbef02c998e27c)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/library/logging.rst

index 14e7190cbb0fe220025c13ff8da48eb40c8f3254..5bbbd443a9887b8b198add907bfc56e4476ab30b 100644 (file)
@@ -1083,8 +1083,8 @@ functions.
    suitable value.
 
    .. versionchanged:: 3.7
-      The *level* parameter was defaulted to level ``CRITICAL``. See Issue
-      #28524 for more information about this change.
+      The *level* parameter was defaulted to level ``CRITICAL``. See
+      :issue:`28524` for more information about this change.
 
 .. function:: addLevelName(level, levelName)