There was an error while loading. Please reload this page.
Doc/library/concurrent.interpreters.rst
1 parent 403f6c7 commit 8fe1538Copy full SHA for 8fe1538
1 file changed
Doc/library/concurrent.interpreters.rst
@@ -24,7 +24,7 @@ thread) and calling a function in that execution context.
24
For concurrency, interpreters themselves (and this module) don't
25
provide much more than isolation, which on its own isn't useful.
26
Actual concurrency is available separately through
27
-:mod:`threads <threading>` See `below <interp-concurrency_>`_
+:mod:`threads <threading>` -- see `below <interp-concurrency_>`_.
28
29
.. seealso::
30
0 commit comments