summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-04 08:54:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-04 08:54:59 (GMT)
commit3a57d9de076d255f5cf46816c07e79a8c9b76ec4 (patch)
tree53a6c59ead283797a2a302807defa8242ee71e2e /Modules/_tkinter.c
parent6a759d9e00fdb0f0ac2eeb206849e0a2e138af87 (diff)
downloadcpython-3a57d9de076d255f5cf46816c07e79a8c9b76ec4.zip
cpython-3a57d9de076d255f5cf46816c07e79a8c9b76ec4.tar.gz
cpython-3a57d9de076d255f5cf46816c07e79a8c9b76ec4.tar.bz2
Fix typo.
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 6ca6f17..21d62b1 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -43,7 +43,7 @@ Copyright (C) 1994 Steen Lumholt.
#endif
#ifndef PyMODINIT_FUNC
-#define PyPyMODINIT_FUNC void
+#define PyMODINIT_FUNC void
#endif
/* Starting with Tcl 8.4, many APIs offer const-correctness. Unfortunately,