There was an error while loading. Please reload this page.
Doc/library/concurrent.interpreters.rst
1 parent 841f1b9 commit 834b472Copy full SHA for 834b472
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