Skip to content

Commit

Permalink
Fix a small grammatical mistake in a comment (pythonGH-21526)
Browse files Browse the repository at this point in the history
Automerge-Triggered-By: @brettcannon
  • Loading branch information
brettcannon authored and Seth Sims committed Oct 18, 2020
1 parent 925fe3f commit d9b72d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d9b72d6

Please sign in to comment.