From 5ad8c03621e66ba1ed20ef3e2db764e5176f5ac7 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Wed, 9 Dec 2020 20:37:39 -0300 Subject: [PATCH] [3.9] [doc] Link to issue regarding logging.disable level param default value (GH-23726) (cherry picked from commit 2a35137328154aa2513649dcf0bbef02c998e27c) Co-authored-by: Andre Delfino --- Doc/library/logging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 7267f812cc1925..e63475d3b5a024 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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)