https://github.com/python/cpython/commit/9eeea8e571b4ab328bd40d002d325d99aea16179 commit: 9eeea8e571b4ab328bd40d002d325d99aea16179 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-07-18T10:45:12Z summary:
[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 <[email protected]> files: M Doc/library/concurrent.interpreters.rst diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index a7b115e5f6307d..24e9eaea5cad4b 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 <threading>` See `below <interp-concurrency_>`_ +:mod:`threads <threading>` -- see `below <interp-concurrency_>`_. .. seealso:: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
