diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 14e7190cbb0fe2..5bbbd443a9887b 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)