From 8e5cd75b732d94cbdfa6dcb3083277396f90c052 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 19 Jun 2008 20:33:31 +0000 Subject: [PATCH] Put threading in front of thread --- Doc/library/someos.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/someos.rst b/Doc/library/someos.rst index 0e2013b3e8..fa76a247e2 100644 --- a/Doc/library/someos.rst +++ b/Doc/library/someos.rst @@ -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 -- 2.50.0