diff --git a/Objects/object.c b/Objects/object.c index 4481fc91e1db18..fe3734404f5cf9 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1169,7 +1169,7 @@ _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, /* Make sure the logic of _PyObject_GetMethod is in sync with this method. - When suppress=1, this function suppress AttributeError. + When suppress=1, this function suppresses AttributeError. */ PyTypeObject *tp = Py_TYPE(obj);