From: Ivy Xu Date: Thu, 11 Jun 2026 18:29:20 +0000 (+0800) Subject: Correct the docstring of `logging.config` (GH-151353) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=507250b750319cde8a94b352eb7b3356cf271bea;p=thirdparty%2FPython%2Fcpython.git Correct the docstring of `logging.config` (GH-151353) --- diff --git a/Lib/logging/config.py b/Lib/logging/config.py index e39dac432f6a..35233e731eb4 100644 --- a/Lib/logging/config.py +++ b/Lib/logging/config.py @@ -21,7 +21,7 @@ by Apache's log4j system. Copyright (C) 2001-2022 Vinay Sajip. All Rights Reserved. -To use, simply 'import logging' and log away! +To use, simply 'import logging.config' and log away! """ import errno