From 622087a3ed3b054dab25101df89d99bd1422ddb6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 2 Nov 2001 20:53:19 +0000 Subject: Fix stupid bug recently introduced for DVI version of the docs (used to generate PostScript). --- Doc/texinputs/python.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 1888f54..fa6681e 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 -- cgit v0.12