]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a small grammatical mistake in a comment (GH-21526)
authorBrett Cannon <brett@python.org>
Fri, 17 Jul 2020 20:09:21 +0000 (13:09 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 20:09:21 +0000 (13:09 -0700)
Automerge-Triggered-By: @brettcannon
Objects/object.c

index 4481fc91e1db1871a7ea1b9f62f80d6a8b245808..fe3734404f5cf9773b5d12bbeb33e21bea16dbae 100644 (file)
@@ -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);