]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct the docstring of `logging.config` (GH-151353)
authorIvy Xu <fakeshadow1337@gmail.com>
Thu, 11 Jun 2026 18:29:20 +0000 (02:29 +0800)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 18:29:20 +0000 (19:29 +0100)
Lib/logging/config.py

index e39dac432f6ab5c27f9153ddae4c449dc5cc7666..35233e731eb42d1840311d972cc55943acf9c81a 100644 (file)
@@ -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