Corrected an incorrect self-reference.

This commit is contained in:
Vinay Sajip 2009-01-10 13:42:23 +00:00
parent 26a2d5e352
commit dd6351e6b1

View file

@ -464,7 +464,6 @@ just "foo".
The :class:`NullHandler` class was not present in previous versions, but is now The :class:`NullHandler` class was not present in previous versions, but is now
included, so that it need not be defined in library code. included, so that it need not be defined in library code.
See :ref:`library-config` for more information.