mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Put threading in front of thread
This commit is contained in:
parent
8f40f0635b
commit
8e5cd75b73
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ some other systems as well (e.g. Windows or NT). Here's an overview:
|
|||
.. toctree::
|
||||
|
||||
select.rst
|
||||
thread.rst
|
||||
threading.rst
|
||||
dummy_thread.rst
|
||||
thread.rst
|
||||
dummy_threading.rst
|
||||
dummy_thread.rst
|
||||
multiprocessing.rst
|
||||
mmap.rst
|
||||
readline.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue