From d583738a87c3019dcfe06ed4a0002d1d6c9e9762 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 17 Jul 2020 13:09:21 -0700 Subject: Fix a small grammatical mistake in a comment (GH-21526) Automerge-Triggered-By: @brettcannon --- Objects/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/object.c b/Objects/object.c index 4481fc9..fe37344 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); -- cgit v0.12