Minor documentation tweak.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 10 Dec 2010 08:17:05 +0000 (08:17 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 10 Dec 2010 08:17:05 +0000 (08:17 +0000)
Doc/library/logging.rst

index 3dd3b4185ce3e0eb3a4a370eeafe38607e765b6d..d5662e06c98fbc2a9cf903027aa045d707eeee48 100644 (file)
@@ -41,8 +41,8 @@ can include messages from third-party modules.
 It is, of course, possible to log messages with different verbosity levels or to
 different destinations.  Support for writing log messages to files, HTTP
 GET/POST locations, email via SMTP, generic sockets, or OS-specific logging
-mechanisms are all supported by the standard module.  You can also create your
-own log destination class if you have special requirements not met by any of the
+mechanisms is included in the package.  You can also create your own log
+destination class if you have special requirements not met by any of the
 built-in classes.
 
 Simple examples