mirror of https://github.com/python/cpython.git
\declaremodule: Typo.
This commit is contained in:
parent
5bc8d99bce
commit
66823029a4
|
@ -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}%
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue