]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Link to issue regarding logging.disable level param default value (GH-23726)
authorAndre Delfino <adelfino@gmail.com>
Wed, 9 Dec 2020 23:37:39 +0000 (20:37 -0300)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 23:37:39 +0000 (15:37 -0800)
Doc/library/logging.rst

index b69431fe2cf37a5a1f81901b8d851e441d939af0..431a5849fa9bffcdced38c5ebea0d04e6413518e 100644 (file)
@@ -1096,8 +1096,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)