From: Andrew M. Kuchling Date: Mon, 25 Nov 2002 16:01:08 +0000 (+0000) Subject: Remove extra word X-Git-Tag: v2.3c1~3250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15353f5c64ce46d8e4f09ca7a513bf9b7778b2d1;p=thirdparty%2FPython%2Fcpython.git Remove extra word --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index df1b07c2c43d..c3659801578f 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -12,7 +12,7 @@ There is a need for a standard logging system in Python, as documented in -{}\pep{282} and enthusiastically endorsed by the Guido van Rossum in the +{}\pep{282} and enthusiastically endorsed by Guido van Rossum in the {}\citetitle[http://www.python.org/doc/essays/pepparade.html]{Parade of the PEPs}. By a happy coincidence, the package described here was already in development and fairly close in intent and design to the description in the