https://github.com/python/cpython/commit/507250b750319cde8a94b352eb7b3356cf271bea
commit: 507250b750319cde8a94b352eb7b3356cf271bea
branch: main
author: Ivy Xu <[email protected]>
committer: vsajip <[email protected]>
date: 2026-06-11T19:29:20+01:00
summary:

Correct the docstring of `logging.config` (GH-151353)

files:
M Lib/logging/config.py

diff --git a/Lib/logging/config.py b/Lib/logging/config.py
index e39dac432f6ab5c..35233e731eb42d1 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to