From: Vinay Sajip Date: Sat, 10 Jan 2009 13:42:04 +0000 (+0000) Subject: Corrected an incorrect self-reference. X-Git-Tag: v2.7a1~2340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c303e9a98e07768b7ae2d3deff760a7214dd826;p=thirdparty%2FPython%2Fcpython.git Corrected an incorrect self-reference. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 4ab3bea07b7d..b92cc7f57b7d 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -467,7 +467,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.