From 1a61d81544a1cfcc16c6e669651ac3d219b057e7 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
<31488909+miss-islington@users.noreply.github.com>
Date: Fri, 23 May 2025 02:43:26 +0200
Subject: [PATCH] [3.13] Docs: fix link in free-threading-python.rst
(GH-134548) (#134556)
---
Doc/howto/free-threading-python.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/howto/free-threading-python.rst b/Doc/howto/free-threading-python.rst
index cd920553a3a4..92ea0fc01349 100644
--- a/Doc/howto/free-threading-python.rst
+++ b/Doc/howto/free-threading-python.rst
@@ -32,7 +32,7 @@ optionally support installing free-threaded Python binaries. The installers
are available at https://www.python.org/downloads/.
For information on other platforms, see the `Installing a Free-Threaded Python
-`_, a
+`_, a
community-maintained installation guide for installing free-threaded Python.
When building CPython from source, the :option:`--disable-gil` configure option
--
2.47.3