diff --git a/python/trying-free-threaded-python.md b/python/trying-free-threaded-python.md index 4b18f62862..2b4c764ee9 100644 --- a/python/trying-free-threaded-python.md +++ b/python/trying-free-threaded-python.md @@ -90,7 +90,7 @@ if __name__ == "__main__": ``` I saved this as `gildemo.py` and tried running it with the new Python binaries the one with free-threading enabled and the one without. -**IMPORTANT: This code has a bug, explained below. +**IMPORTANT**: This code has a bug, explained below. Here's what I saw in Activity Monitor while running the scripts: