\declaremodule: Typo.

This commit is contained in:
Fred Drake 1999-05-17 14:57:26 +00:00
parent 5bc8d99bce
commit 66823029a4
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@
\fi \fi
\@ifundefined{py@#2IndexModule}{% \@ifundefined{py@#2IndexModule}{%
\typeout{*** MACRO declaremodule called with unknown module type: `#2'} \typeout{*** MACRO declaremodule called with unknown module type: `#2'}
\py@ModuleIndex{#3}% \py@IndexModule{#3}%
}{% }{%
\csname py@#2IndexModule\endcsname{#3}% \csname py@#2IndexModule\endcsname{#3}%
} }