From: Guilherme Polo Date: Sat, 28 Mar 2009 19:17:16 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.7a1~1772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41eb08616c78602b1c26982e25aa217358bbe536;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index b4031db793eb..775598cc5a9c 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; }