#11515: fix several typos. Patch by Piotr Kasprzyk.

This commit is contained in:
Ezio Melotti 2011-03-15 18:55:01 +02:00
parent 1aa999c49e
commit 24b07bcba3
44 changed files with 51 additions and 50 deletions

View file

@ -725,7 +725,7 @@ PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level)
return 0;
}
/* PyErr_Warn is only for backwards compatability and will be removed.
/* PyErr_Warn is only for backwards compatibility and will be removed.
Use PyErr_WarnEx instead. */
#undef PyErr_Warn