changeset 375:766fe39fdf35

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Apr 2020 09:25:24 +0200
parents f5bbdabb04d9
children 6d7a36447e21 16dc3561b41e
files Sphinx/source/plugins/python.rst
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <python-scheduler>`.