From 31369ca87e537163d98adb7896907dc425b0994a Mon Sep 17 00:00:00 2001 From: Ivy Xu Date: Thu, 11 Jun 2026 23:12:03 +0800 Subject: [PATCH] Correct docstring of `logging.config` --- Lib/logging/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/logging/config.py b/Lib/logging/config.py index e39dac432f6ab5..35233e731eb42d 100644 --- a/Lib/logging/config.py +++ b/Lib/logging/config.py @@ -21,7 +21,7 @@ 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