diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-10 14:19:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 14:19:51 (GMT) |
commit | 150b9bf3e9bddb825c60465194a4b2b51c32ab67 (patch) | |
tree | e562d4c923486d91c7bd9143dd83a87779088982 | |
parent | f6d1520219899874d78e7710934c9b21af880f9a (diff) | |
download | cpython-150b9bf3e9bddb825c60465194a4b2b51c32ab67.zip cpython-150b9bf3e9bddb825c60465194a4b2b51c32ab67.tar.gz cpython-150b9bf3e9bddb825c60465194a4b2b51c32ab67.tar.bz2 |
[3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731
(cherry picked from commit 2a35137328154aa2513649dcf0bbef02c998e27c)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
-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 14e7190..5bbbd44 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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) |