summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-17 14:57:26 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-17 14:57:26 (GMT)
commit66823029a48afaea4513d70bac7480af21b8906f (patch)
treea0dffc6cc969c4a204936d00f23919b5ca440703 /Doc/texinputs
parent5bc8d99bce20cd5acf87448db035895610b6df20 (diff)
downloadcpython-66823029a48afaea4513d70bac7480af21b8906f.zip
cpython-66823029a48afaea4513d70bac7480af21b8906f.tar.gz
cpython-66823029a48afaea4513d70bac7480af21b8906f.tar.bz2
\declaremodule: Typo.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r--Doc/texinputs/python.sty2
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}%
}