[Python-checkins] r87153 - python/branches/py3k/Doc/library/logging.rst

vinay.sajip python-checkins at python.org
Fri Dec 10 09:17:11 CET 2010


Author: vinay.sajip
Date: Fri Dec 10 09:17:05 2010
New Revision: 87153

Log:
Minor documentation tweak.

Modified:
   python/branches/py3k/Doc/library/logging.rst

Modified: python/branches/py3k/Doc/library/logging.rst
==============================================================================
--- python/branches/py3k/Doc/library/logging.rst	(original)
+++ python/branches/py3k/Doc/library/logging.rst	Fri Dec 10 09:17:05 2010
@@ -41,8 +41,8 @@
 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


More information about the Python-checkins mailing list