]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Put threading in front of thread
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 19 Jun 2008 20:33:31 +0000 (20:33 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 19 Jun 2008 20:33:31 +0000 (20:33 +0000)
Doc/library/someos.rst

index 0e2013b3e869da9e806c54a2a882aa1eb29cf298..fa76a247e27ff9e43d48eb7951628ffe928c4162 100644 (file)
@@ -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