From: Fred Drake Date: Fri, 2 Nov 2001 20:53:19 +0000 (+0000) Subject: Fix stupid bug recently introduced for DVI version of the docs (used to X-Git-Tag: v2.2.1c1~903 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=622087a3ed3b054dab25101df89d99bd1422ddb6;p=python Fix stupid bug recently introduced for DVI version of the docs (used to generate PostScript). --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 1888f54f5f..fa6681edbc 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -883,7 +883,7 @@ \ifx\py@modulebadkey#1\emph{#2}\else\ulink{\emph{#2}}{#1}\fi% } \else - \newcommand{\citetitle}[2][URL]{#1} + \newcommand{\citetitle}[2][URL]{\emph{#2}} \fi