Skip to content

Commit d583738

Browse files
authored
Fix a small grammatical mistake in a comment (GH-21526)
Automerge-Triggered-By: @brettcannon
1 parent 164b04c commit d583738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name,
11691169
/* Make sure the logic of _PyObject_GetMethod is in sync with
11701170
this method.
11711171
1172-
When suppress=1, this function suppress AttributeError.
1172+
When suppress=1, this function suppresses AttributeError.
11731173
*/
11741174

11751175
PyTypeObject *tp = Py_TYPE(obj);

0 commit comments

Comments
 (0)