summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 08:17:05 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 08:17:05 (GMT)
commitdfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59 (patch)
treecbd03862429649dc48c98cd9a7e683013c7f352f /Doc/library
parent8f77630747346842979d21a144d2a28963db91da (diff)
downloadcpython-dfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59.zip
cpython-dfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59.tar.gz
cpython-dfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59.tar.bz2
Minor documentation tweak.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/logging.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 3dd3b41..d5662e0 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -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