Skip to content

Commit bdc93b8

Browse files
author
Ikko Ashimine
authored
no-issue: Fix typo in pycore_object.h (gh-99994)
1 parent 854a878 commit bdc93b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_object.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, PyObject *);
373373
* match.
374374
*
375375
* Third party code unintentionally rely on problematic fpcasts. The call
376-
* trampoline mitigates common occurences of bad fpcasts on Emscripten.
376+
* trampoline mitigates common occurrences of bad fpcasts on Emscripten.
377377
*/
378378
#if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)
379379
#define _PyCFunction_TrampolineCall(meth, self, args) \

0 commit comments

Comments
 (0)