]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 10:46:07 +0000 (12:46 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 10:46:07 +0000 (10:46 +0000)
Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)
(cherry picked from commit 6ebb22cb83d8ce05f7136166d1674d0a14a29459)

Co-authored-by: Raúl Santos Quirós <130504291+raul-sq@users.noreply.github.com>
Doc/library/concurrent.interpreters.rst

index 55036090e8d5b86a29d8b526f2a7a218b1ce2d18..ee3f0f04a065566ed6f512a77becea2e8eaaf8c0 100644 (file)
@@ -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 <threading>`  See `below <interp-concurrency_>`_
+:mod:`threads <threading>` -- see `below <interp-concurrency_>`_.
 
 .. seealso::