diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-02 18:48:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-02 18:48:32 (GMT) |
commit | 2351c807474675e4ec05fe98eecaca682c0d5d58 (patch) | |
tree | c7e85bf1333fbdca3f26ba36921fd53c75bd3de1 /Doc/texinputs | |
parent | 0a73d4db51d5231e801f76d1bc1fcc95b55456f9 (diff) | |
download | cpython-2351c807474675e4ec05fe98eecaca682c0d5d58.zip cpython-2351c807474675e4ec05fe98eecaca682c0d5d58.tar.gz cpython-2351c807474675e4ec05fe98eecaca682c0d5d58.tar.bz2 |
\bifuncindex: Fix so entries combine correctly with those of the built-in
functions section.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 724fba7..ad3e4a7 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -269,7 +269,7 @@ \newcommand{\opindex}[1]{\indexii{operator}{#1@{\idxcode{#1}}}} \newcommand{\exindex}[1]{\indexii{exception}{#1@{\idxcode{#1}}}} \newcommand{\obindex}[1]{\indexii{object}{#1}} -\newcommand{\bifuncindex}[1]{\index{#1@{\idxcode{#1()}} (built-in function)}} +\newcommand{\bifuncindex}[1]{\withsubitem{(built-in function)}{\ttindex{#1()}}} % Add an index entry for a module \newcommand{\refmodule}[2]{\index{#1@{\idxcode{#1}} (#2module)}} |