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

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

index 7267f812cc1925bdea4a9c14f5e7e514c3632194..e63475d3b5a024a27a1b0ac833e7421ee90eae37 100644 (file)
@@ -1089,8 +1089,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)