diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-01-10 13:42:23 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-01-10 13:42:23 (GMT) |
commit | dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571 (patch) | |
tree | 9310e0596caf8284418a4a78a77d0bec05f9167f /Doc/library/logging.rst | |
parent | 26a2d5e352fc96280559eca9df059b5acf14f5f9 (diff) | |
download | cpython-dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571.zip cpython-dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571.tar.gz cpython-dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571.tar.bz2 |
Corrected an incorrect self-reference.
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index e9675c1..42b1a05 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -464,7 +464,6 @@ just "foo". The :class:`NullHandler` class was not present in previous versions, but is now included, so that it need not be defined in library code. -See :ref:`library-config` for more information. |