From 41eb08616c78602b1c26982e25aa217358bbe536 Mon Sep 17 00:00:00 2001 From: Guilherme Polo Date: Sat, 28 Mar 2009 19:17:16 +0000 Subject: Typo fix --- Modules/_tkinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index b4031db..775598c 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -2703,7 +2703,7 @@ Tkapp_Quit(PyObject *self, PyObject *args) 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; } -- cgit v0.12