projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc866ce
)
\py@modindex: Format the index entry for the module index more like
author
Fred Drake
<fdrake@acm.org>
Tue, 26 Jan 1999 19:23:09 +0000
(19:23 +0000)
committer
Fred Drake
<fdrake@acm.org>
Tue, 26 Jan 1999 19:23:09 +0000
(19:23 +0000)
that used in the "normal" index. No visual difference, but
more easily processed by helper scripts.
Doc/texinputs/python.sty
patch
|
blob
|
history
diff --git
a/Doc/texinputs/python.sty
b/Doc/texinputs/python.sty
index 904e971d39fed9f0981e6bab96f696d29cbd3142..8f957640b5d48e5da83033bebf1becfec7c1634d 100644
(file)
--- 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@{\t
t #1
}}{\thepage}}%
+ \write\modindexfile{\protect\indexentry{#1@{\t
exttt {#1}
}}{\thepage}}%
\fi%
}