Fixed a typo.

This commit is contained in:
Serhiy Storchaka 2015-03-01 14:39:20 +02:00
parent 7f9ea7543e
commit 71c6f445cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}