]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)
authorRaúl Santos Quirós <130504291+raul-sq@users.noreply.github.com>
Sat, 18 Jul 2026 10:38:45 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 10:38:45 +0000 (12:38 +0200)
Doc/library/concurrent.interpreters.rst

index a7b115e5f6307dc710220b2d6e6ad690c1f5a012..24e9eaea5cad4b3be52c2af14b1822d0f5cd2b38 100644 (file)
@@ -21,7 +21,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::