We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Doc/library/concurrent.interpreters.rst
1 parent 26e7c4f commit 6ebb22cCopy full SHA for 6ebb22c
1 file changed
Doc/library/concurrent.interpreters.rst
@@ -21,7 +21,7 @@ thread) and calling a function in that execution context.
21
For concurrency, interpreters themselves (and this module) don't
22
provide much more than isolation, which on its own isn't useful.
23
Actual concurrency is available separately through
24
-:mod:`threads <threading>` See `below <interp-concurrency_>`_
+:mod:`threads <threading>` -- see `below <interp-concurrency_>`_.
25
26
.. seealso::
27
0 commit comments