diff options
-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 121d045..3c932cf 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -316,7 +316,7 @@ \fi \@ifundefined{py@#2IndexModule}{% \typeout{*** MACRO declaremodule called with unknown module type: `#2'} - \py@ModuleIndex{#3}% + \py@IndexModule{#3}% }{% \csname py@#2IndexModule\endcsname{#3}% } |