Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jul 25, 2024
1 parent dc529cd commit 5e92caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ to also add support for the free-threaded build.
## Suggested Plan of Attack

Put priority on thread-safety issues surfaced by real-world testing. Run the
test suite for your project and fix any failures that occure only with the GIL
test suite for your project and fix any failures that occur only with the GIL
disabled. Some issues may be due to changes in Python 3.13 that are not
specific to the free-threaded build.

Expand Down

0 comments on commit 5e92caa

Please sign in to comment.