]> granicus.if.org Git - python/commitdiff
Logging documentation - further update.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 12 Dec 2010 22:47:13 +0000 (22:47 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 12 Dec 2010 22:47:13 +0000 (22:47 +0000)
Doc/library/logging.rst

index 17da1724f6ce667d124984b3b11f6ef651b2c56c..490f69ff04e86ed988ff1347499deef88c819109 100644 (file)
@@ -2,7 +2,7 @@
 ==============================================
 
 .. module:: logging
-   :synopsis: Flexible error logging system for applications.
+   :synopsis: Flexible event logging system for applications.
 
 
 .. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
@@ -11,7 +11,7 @@
 
 .. index:: pair: Errors; logging
 
-This module defines functions and classes which implement a flexible error
+This module defines functions and classes which implement a flexible event
 logging system for applications and libraries.
 
 The key benefit of having the logging API provided by a standard library module