summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-19 13:41:26 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-19 13:41:26 (GMT)
commit01094e1fe4893b0563f9b14537e487b6538233d6 (patch)
treed16bdc4068a1b0b8337d29b5556c40999cb16eb9 /Doc/library/logging.rst
parentc63619bcf286128b6d870aadc1991b1e39ac7b01 (diff)
downloadcpython-01094e1fe4893b0563f9b14537e487b6538233d6.zip
cpython-01094e1fe4893b0563f9b14537e487b6538233d6.tar.gz
cpython-01094e1fe4893b0563f9b14537e487b6538233d6.tar.bz2
Logging documentation updates.
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 4eb39d4..e02556b 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -13,14 +13,14 @@
.. sidebar:: Important
- The tutorials have been moved to the HOWTO section:
+ This page contains the API reference information. For tutorial
+ information and discussion of more advanced topics, see
* :ref:`Basic Tutorial <logging-basic-tutorial>`
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
* :ref:`Logging Cookbook <logging-cookbook>`
-
This module defines functions and classes which implement a flexible event
logging system for applications and libraries.
@@ -31,8 +31,7 @@ modules.
The module provides a lot of functionality and flexibility. If you are
unfamiliar with logging, the best way to get to grips with it is to see the
-tutorials (see the links on the right). This page contains the API reference
-information.
+tutorials (see the links on the right).
The basic classes defined by the module, together with their functions, are
listed below.