https://github.com/python/cpython/commit/8fe1538dde1862816586d4b4a925f38f37f683b8
commit: 8fe1538dde1862816586d4b4a925f38f37f683b8
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: picnixz <[email protected]>
date: 2026-07-18T10:46:07Z
summary:

[3.14] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) 
(#153916)

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 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 <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]

Reply via email to