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.
1 parent 9c31216 commit 73ef9bcCopy full SHA for 73ef9bc
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