Skip to content

Commit 71c6f44

Browse files
Fixed a typo.
1 parent 7f9ea75 commit 71c6f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2810,7 +2810,7 @@ PyType_FromSpecWithBases(PyType_Spec *spec, PyObject *bases)
28102810
spec->name, (Py_ssize_t)(s - spec->name)));
28112811
else {
28122812
if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
2813-
"builtin type %.200s has no the __module__ attribute",
2813+
"builtin type %.200s has no __module__ attribute",
28142814
spec->name))
28152815
goto fail;
28162816
}

0 commit comments

Comments
 (0)