diff options
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 11aa4c4..282d705 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -1,8 +1,8 @@ -:mod:`threading` --- Higher-level threading interface -===================================================== +:mod:`threading` --- Thread-based parallelism +============================================= .. module:: threading - :synopsis: Higher-level threading interface. + :synopsis: Thread-based parallelism. This module constructs higher-level threading interfaces on top of the lower |