From: Andrew M. Kuchling Date: Mon, 25 Nov 2002 16:02:13 +0000 (+0000) Subject: Remove \module{} in link text to avoid HTML generation bug X-Git-Tag: v2.3c1~3249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e7453dc718431cef3832f6ab32c57f64f574dfb;p=python Remove \module{} in link text to avoid HTML generation bug --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 27519557b9..e90b60490d 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -520,9 +520,8 @@ With all of these features the \module{logging} package should provide enough flexibility for even the most complicated applications. This is only a partial overview of the \module{logging} package's features, so please see the -\ulink{\module{logging} package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html} -for all of the details. Reading -\pep{282} will also be helpful. +\ulink{package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html} +for all of the details. Reading \pep{282} will also be helpful. \begin{seealso}