Fix typo.
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 @@
 #endif
 
 #ifndef PyMODINIT_FUNC
-#define PyPyMODINIT_FUNC void
+#define PyMODINIT_FUNC void
 #endif
 
 /* Starting with Tcl 8.4, many APIs offer const-correctness.  Unfortunately,