diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-09 23:37:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 23:37:39 (GMT) |
commit | 2a35137328154aa2513649dcf0bbef02c998e27c (patch) | |
tree | e5514c0b7ed7471822de5366a00820ed29eea80a /Doc/library/logging.rst | |
parent | 35cacce5253c50eed0d285836f9ca0ac568991ca (diff) | |
download | cpython-2a35137328154aa2513649dcf0bbef02c998e27c.zip cpython-2a35137328154aa2513649dcf0bbef02c998e27c.tar.gz cpython-2a35137328154aa2513649dcf0bbef02c998e27c.tar.bz2 |
[doc] Link to issue regarding logging.disable level param default value (GH-23726)
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index b69431f..431a584 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) |