]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Corrected an incorrect self-reference.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 10 Jan 2009 13:42:23 +0000 (13:42 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 10 Jan 2009 13:42:23 +0000 (13:42 +0000)
Doc/library/logging.rst

index e9675c1a4e26ef40dd0f64e52ea17666c61eca1b..42b1a05d5e58e908c89d14092360c700b6195c9a 100644 (file)
@@ -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.