From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:45:12 +0000 (+0200) Subject: [3.15] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) ... X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=9eeea8e571b4ab328bd40d002d325d99aea16179;p=thirdparty%2FPython%2Fcpython.git [3.15] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) (#153915) 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> --- diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index a7b115e5f630..24e9eaea5cad 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -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 ` See `below `_ +:mod:`threads ` -- see `below `_. .. seealso::