[Python-checkins] r70651 - python/trunk/Modules/_tkinter.c

guilherme.polo python-checkins at python.org
Sat Mar 28 20:17:17 CET 2009


Author: guilherme.polo
Date: Sat Mar 28 20:17:16 2009
New Revision: 70651

Log:
Typo fix

Modified:
   python/trunk/Modules/_tkinter.c

Modified: python/trunk/Modules/_tkinter.c
==============================================================================
--- python/trunk/Modules/_tkinter.c	(original)
+++ python/trunk/Modules/_tkinter.c	Sat Mar 28 20:17:16 2009
@@ -2703,7 +2703,7 @@
 
 	if (!self && Py_Py3kWarningFlag) {
 		if (PyErr_Warn(PyExc_DeprecationWarning,
-					"_tkinter.createfilehandler is gone in 3.x") < 0)
+					"_tkinter.quit is gone in 3.x") < 0)
 			return NULL;
 	}
 


More information about the Python-checkins mailing list