diff options
Diffstat (limited to 'Lib/test/test_free_threading/test_monitoring.py')
-rw-r--r-- | Lib/test/test_free_threading/test_monitoring.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_free_threading/test_monitoring.py b/Lib/test/test_free_threading/test_monitoring.py index 3a3f1ba..78303f4 100644 --- a/Lib/test/test_free_threading/test_monitoring.py +++ b/Lib/test/test_free_threading/test_monitoring.py @@ -1,5 +1,5 @@ """Tests monitoring, sys.settrace, and sys.setprofile in a multi-threaded -environmenet to verify things are thread-safe in a free-threaded build""" +environment to verify things are thread-safe in a free-threaded build""" import sys import time |