summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-12-05 05:42:38 (GMT)
committerGitHub <noreply@github.com>2022-12-05 05:42:38 (GMT)
commitbdc93b8a3563b4a3adb25fa902c0c879ccf427f6 (patch)
tree119f4f0ed1bbb16536e31378e927179f5ae2ae54
parent854a878e4f09cd961ba5135567f7a5b5f86d7be9 (diff)
downloadcpython-bdc93b8a3563b4a3adb25fa902c0c879ccf427f6.zip
cpython-bdc93b8a3563b4a3adb25fa902c0c879ccf427f6.tar.gz
cpython-bdc93b8a3563b4a3adb25fa902c0c879ccf427f6.tar.bz2
no-issue: Fix typo in pycore_object.h (gh-99994)
-rw-r--r--Include/internal/pycore_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_object.h b/Include/internal/pycore_object.h
index 33c8c0b..8796dfe 100644
--- a/Include/internal/pycore_object.h
+++ b/Include/internal/pycore_object.h
@@ -373,7 +373,7 @@ PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, PyObject *);
* match.
*
* Third party code unintentionally rely on problematic fpcasts. The call
- * trampoline mitigates common occurences of bad fpcasts on Emscripten.
+ * trampoline mitigates common occurrences of bad fpcasts on Emscripten.
*/
#if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)
#define _PyCFunction_TrampolineCall(meth, self, args) \