Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jul 26, 2024
1 parent 43dfedf commit a548063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static_assert(COLD_EXIT_INITIAL_VALUE > ADAPTIVE_COOLDOWN_VALUE,
int
```

Free-threading support on Cython relies CPython internals. In particular, Cython
Free-threading support in Cython relies CPython internals. In particular, Cython
will generate code that in some situations includes an internal CPython header,
`pycore_frame.h`. This header, in turn, includes another header `pycore_code.h`
that makes use of `static_assert`, a construct defined in the C11 standard. This
Expand Down

0 comments on commit a548063

Please sign in to comment.