Skip to content

Commit 507250b

Browse files
Correct the docstring of logging.config (GH-151353)
1 parent d2e27ac commit 507250b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/logging/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
Copyright (C) 2001-2022 Vinay Sajip. All Rights Reserved.
2323
24-
To use, simply 'import logging' and log away!
24+
To use, simply 'import logging.config' and log away!
2525
"""
2626

2727
import errno

0 commit comments

Comments
 (0)