diff options
-rw-r--r-- | Modules/_tkinter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |