mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Typo fix
This commit is contained in:
parent
0e9285845e
commit
41eb08616c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue