summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-01-10 13:42:04 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-01-10 13:42:04 (GMT)
commit7c303e9a98e07768b7ae2d3deff760a7214dd826 (patch)
treef4b520c81376e0758213a2fa8af00c4c0ada1978
parent99505c841e7edd4992bf9c3c31530ef74e0f862d (diff)
downloadcpython-7c303e9a98e07768b7ae2d3deff760a7214dd826.zip
cpython-7c303e9a98e07768b7ae2d3deff760a7214dd826.tar.gz
cpython-7c303e9a98e07768b7ae2d3deff760a7214dd826.tar.bz2
Corrected an incorrect self-reference.
-rw-r--r--Doc/library/logging.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 4ab3bea..b92cc7f 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.