From 5309e3b05cf5a7ad37d68d6b83b8726456a9517c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Santos=20Quir=C3=B3s?= <130504291+raul-sq@users.noreply.github.com> Date: Sat, 18 Jul 2026 12:38:45 +0200 Subject: [PATCH] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) (cherry picked from commit 6ebb22cb83d8ce05f7136166d1674d0a14a29459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raúl Santos Quirós <130504291+raul-sq@users.noreply.github.com> --- Doc/library/concurrent.interpreters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index 55036090e8d5b8..ee3f0f04a06556 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -24,7 +24,7 @@ thread) and calling a function in that execution context. For concurrency, interpreters themselves (and this module) don't provide much more than isolation, which on its own isn't useful. Actual concurrency is available separately through -:mod:`threads ` See `below `_ +:mod:`threads ` -- see `below `_. .. seealso::