mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix stupid bug recently introduced for DVI version of the docs (used to
generate PostScript).
This commit is contained in:
parent
d9272d6f11
commit
622087a3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue