Fix typos in the Include directory (GH-28745)

This commit is contained in:
Christian Clauss 2021-10-06 20:32:38 +02:00 committed by GitHub
parent b24b47e643
commit 8e8f752217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -600,7 +600,7 @@ static inline PyObject* _Py_XNewRef(PyObject *obj)
}
// Py_NewRef() and Py_XNewRef() are exported as functions for the stable ABI.
// Names overriden with macros by static inline functions for best
// Names overridden with macros by static inline functions for best
// performances.
#define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
#define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))