From: Vinay Sajip Date: Sat, 10 Jan 2009 13:42:23 +0000 (+0000) Subject: Corrected an incorrect self-reference. X-Git-Tag: v3.1a1~540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571;p=thirdparty%2FPython%2Fcpython.git Corrected an incorrect self-reference. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index e9675c1a4e26..42b1a05d5e58 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.