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 de81f5a commit 2d6ac54Copy full SHA for 2d6ac54
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