From: Fred Drake Date: Thu, 2 Apr 1998 18:48:32 +0000 (+0000) Subject: \bifuncindex: Fix so entries combine correctly with those of the built-in X-Git-Tag: v1.5.1~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2351c807474675e4ec05fe98eecaca682c0d5d58;p=thirdparty%2FPython%2Fcpython.git \bifuncindex: Fix so entries combine correctly with those of the built-in functions section. --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 724fba7d6a84..ad3e4a76aae5 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)}}