Skip to content

Commit 8fe1538

Browse files
[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 6ebb22c) Co-authored-by: Raúl Santos Quirós <130504291+raul-sq@users.noreply.github.com>
1 parent 403f6c7 commit 8fe1538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/concurrent.interpreters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thread) and calling a function in that execution context.
2424
For concurrency, interpreters themselves (and this module) don't
2525
provide much more than isolation, which on its own isn't useful.
2626
Actual concurrency is available separately through
27-
:mod:`threads <threading>` See `below <interp-concurrency_>`_
27+
:mod:`threads <threading>` -- see `below <interp-concurrency_>`_.
2828

2929
.. seealso::
3030

0 commit comments

Comments
 (0)