commit | dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Jan 10 13:42:23 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Jan 10 13:42:23 2009 +0000 |
tree | 9310e0596caf8284418a4a78a77d0bec05f9167f | |
parent | 26a2d5e352fc96280559eca9df059b5acf14f5f9 [diff] |
Corrected an incorrect self-reference.
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 @@ 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.