Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 622087a

Browse files
committed
Fix stupid bug recently introduced for DVI version of the docs (used to
generate PostScript).
1 parent d9272d6 commit 622087a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/texinputs/python.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
\ifx\py@modulebadkey#1\emph{#2}\else\ulink{\emph{#2}}{#1}\fi%
884884
}
885885
\else
886-
\newcommand{\citetitle}[2][URL]{#1}
886+
\newcommand{\citetitle}[2][URL]{\emph{#2}}
887887
\fi
888888

889889

0 commit comments

Comments
 (0)