From: Fred Drake Date: Mon, 17 May 1999 14:57:26 +0000 (+0000) Subject: \declaremodule: Typo. X-Git-Tag: v1.6a1~1350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66823029a48afaea4513d70bac7480af21b8906f;p=thirdparty%2FPython%2Fcpython.git \declaremodule: Typo. --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 121d045d9580..3c932cf74507 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}% }