Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d5d685

Browse files
committed
Logging documentation - further update.
1 parent 97b886d commit 1d5d685

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
==============================================
33

44
.. module:: logging
5-
:synopsis: Flexible error logging system for applications.
5+
:synopsis: Flexible event logging system for applications.
66

77

88
.. moduleauthor:: Vinay Sajip <[email protected]>
@@ -11,7 +11,7 @@
1111

1212
.. index:: pair: Errors; logging
1313

14-
This module defines functions and classes which implement a flexible error
14+
This module defines functions and classes which implement a flexible event
1515
logging system for applications and libraries.
1616

1717
The key benefit of having the logging API provided by a standard library module

0 commit comments

Comments
 (0)