Kaydet (Commit) 41eb0861 authored tarafından Guilherme Polo's avatar Guilherme Polo

Typo fix

üst 0e928584
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment