Skip to content

Commit 956deba

Browse files
Fix missing punctuation in concurrent.interpreters docs
Add missing periods to a sentence in the module introduction. The sentence about threading was missing its ending period after the :mod: reference and at the end of the sentence. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3a381e commit 956deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.interpreters.rst

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

2626
.. seealso::
2727

0 commit comments

Comments
 (0)