]> granicus.if.org Git - python/commitdiff
Fix typo.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 4 Jan 2003 08:54:59 +0000 (08:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 4 Jan 2003 08:54:59 +0000 (08:54 +0000)
Modules/_tkinter.c

index 6ca6f17fd5ddb13b6ee6a560f926ac81faa15b9c..21d62b1dfa6e6b069ec394b51c070d0421e210fb 100644 (file)
@@ -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,