mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Spelling fixes (#2902)
This commit is contained in:
parent
d9d55c91be
commit
49b2734bf1
29 changed files with 54 additions and 54 deletions
|
|
@ -1038,7 +1038,7 @@ path_converter(PyObject *o, void *p)
|
|||
}
|
||||
else if (is_buffer) {
|
||||
/* XXX Replace PyObject_CheckBuffer with PyBytes_Check in other code
|
||||
after removing suport of non-bytes buffer objects. */
|
||||
after removing support of non-bytes buffer objects. */
|
||||
if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
|
||||
"%s%s%s should be %s, not %.200s",
|
||||
path->function_name ? path->function_name : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue