From: Andre Delfino Date: Wed, 9 Dec 2020 23:37:39 +0000 (-0300) Subject: [doc] Link to issue regarding logging.disable level param default value (GH-23726) X-Git-Tag: v3.10.0a4~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a35137328154aa2513649dcf0bbef02c998e27c;p=thirdparty%2FPython%2Fcpython.git [doc] Link to issue regarding logging.disable level param default value (GH-23726) --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index b69431fe2cf3..431a5849fa9b 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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)