From a753a64237109e5297f915d2ddc4b20ac7af97d1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 12 Jul 2024 20:43:04 -0700 Subject: [PATCH] Markdown fix --- python/trying-free-threaded-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: