mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
e3d09ff269
commit
13925008dc
94 changed files with 126 additions and 126 deletions
|
|
@ -4874,7 +4874,7 @@ initmodule(void)
|
|||
goto error;
|
||||
if (!PyDict_CheckExact(name_mapping_3to2)) {
|
||||
PyErr_Format(PyExc_RuntimeError,
|
||||
"_compat_pickle.REVERSE_NAME_MAPPING shouldbe a dict, "
|
||||
"_compat_pickle.REVERSE_NAME_MAPPING should be a dict, "
|
||||
"not %.200s", Py_TYPE(name_mapping_3to2)->tp_name);
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue