Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b886d commit 1d5d685Copy full SHA for 1d5d685
1 file changed
Doc/library/logging.rst
@@ -2,7 +2,7 @@
2
==============================================
3
4
.. module:: logging
5
- :synopsis: Flexible error logging system for applications.
+ :synopsis: Flexible event logging system for applications.
6
7
8
.. moduleauthor:: Vinay Sajip <[email protected]>
@@ -11,7 +11,7 @@
11
12
.. index:: pair: Errors; logging
13
14
-This module defines functions and classes which implement a flexible error
+This module defines functions and classes which implement a flexible event
15
logging system for applications and libraries.
16
17
The key benefit of having the logging API provided by a standard library module
0 commit comments