]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 28 Mar 2009 19:17:16 +0000 (19:17 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 28 Mar 2009 19:17:16 +0000 (19:17 +0000)
Modules/_tkinter.c

index b4031db793eb4476bdeb4bd66b2971c959b116f8..775598cc5a9c47affaddf654e67b09e3064269d1 100644 (file)
@@ -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;
        }