Commit 87284529 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed a typo.

parent ab867c0c
......@@ -2810,7 +2810,7 @@ PyType_FromSpecWithBases(PyType_Spec *spec, PyObject *bases)
spec->name, (Py_ssize_t)(s - spec->name)));
else {
if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
"builtin type %.200s has no the __module__ attribute",
"builtin type %.200s has no __module__ attribute",
spec->name))
goto fail;
}
......
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