From: Fred Drake Date: Tue, 26 Jan 1999 19:23:09 +0000 (+0000) Subject: \py@modindex: Format the index entry for the module index more like X-Git-Tag: v1.5.2b2~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f253dc3ffb09c7a3163503453eddab060acec26;p=thirdparty%2FPython%2Fcpython.git \py@modindex: Format the index entry for the module index more like that used in the "normal" index. No visual difference, but more easily processed by helper scripts. --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 904e971d39fe..8f957640b5d4 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -257,7 +257,7 @@ \setindexsubitem{(in module #1)}% \index{#1@{\py@idxcode{#1}} (#2module)|textbf}% \ifpy@UseModuleIndex% - \write\modindexfile{\protect\indexentry{#1@{\tt #1}}{\thepage}}% + \write\modindexfile{\protect\indexentry{#1@{\texttt {#1}}}{\thepage}}% \fi% }