mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
\bifuncindex: Fix so entries combine correctly with those of the built-in
functions section.
This commit is contained in:
parent
0a73d4db51
commit
2351c80747
1 changed files with 1 additions and 1 deletions
|
@ -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)}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue