https://github.com/python/cpython/commit/6ebb22cb83d8ce05f7136166d1674d0a14a29459
commit: 6ebb22cb83d8ce05f7136166d1674d0a14a29459
branch: main
author: Raúl Santos Quirós <[email protected]>
committer: encukou <[email protected]>
date: 2026-07-18T12:38:45+02:00
summary:

Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)

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]

Reply via email to