# HG changeset patch # User Sebastien Jodogne # Date 1586157924 -7200 # Node ID 766fe39fdf3529f6b8189b8d512cedbdfb1f15d6 # Parent f5bbdabb04d9723859125c7fe6d261eff487b645 typo diff -r f5bbdabb04d9 -r 766fe39fdf35 Sphinx/source/plugins/python.rst --- a/Sphinx/source/plugins/python.rst Sun Apr 05 10:25:51 2020 +0200 +++ b/Sphinx/source/plugins/python.rst Mon Apr 06 09:25:24 2020 +0200 @@ -580,6 +580,7 @@ Obviously, an in-depth discussion about the ``multiprocessing`` library is out of the scope of this document. There are many -references available on Internet. Also, note that ``multithreading`` -is not useful here, as Python multithreading is also limited by the -GIL, and is more targeted at dealing with costly I/O operations. +references available on Internet. Also, note that ``threading`` is not +useful here, as Python multithreading is also limited by the GIL, and +is more targeted at dealing with costly I/O operations or with the +:ref:`scheduling of commands `.