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 73ef9bc commit de81f5aCopy full SHA for de81f5a
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