From 5e92caaa7c3c20f700c0c330c1e6fdb0641dd30a Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Thu, 25 Jul 2024 10:11:54 -0600 Subject: [PATCH] fix spelling error --- docs/porting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/porting.md b/docs/porting.md index 532457c..028bf4f 100644 --- a/docs/porting.md +++ b/docs/porting.md @@ -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.