Skip to content

Commit 31369ca

Browse files
Correct docstring of logging.config
1 parent b2e2cd3 commit 31369ca

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)