]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
\declaremodule: Typo.
authorFred Drake <fdrake@acm.org>
Mon, 17 May 1999 14:57:26 +0000 (14:57 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 17 May 1999 14:57:26 +0000 (14:57 +0000)
Doc/texinputs/python.sty

index 121d045d9580f845a456082525995ff3a050324c..3c932cf74507c28b767b3942d4a5433634393548 100644 (file)
   \fi
   \@ifundefined{py@#2IndexModule}{%
     \typeout{*** MACRO declaremodule called with unknown module type: `#2'}
-    \py@ModuleIndex{#3}%
+    \py@IndexModule{#3}%
   }{%
     \csname py@#2IndexModule\endcsname{#3}%
   }