From dd6351e6b1ec1b70b29e6b6f55014b6fad6b0571 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sat, 10 Jan 2009 13:42:23 +0000 Subject: [PATCH] Corrected an incorrect self-reference. --- Doc/library/logging.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index e9675c1a4e..42b1a05d5e 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. -- 2.50.1