]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Missing space; reported by Robert Kern <kernr@ncifcrf.gov>.
authorFred Drake <fdrake@acm.org>
Tue, 6 Jul 1999 21:00:18 +0000 (21:00 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Jul 1999 21:00:18 +0000 (21:00 +0000)
Doc/lib/libasyncore.tex

index 2727b4b891da81faad6a1daa51865ce69d6374ff..5a57146308b0e8466d23bf0e2fb5a8b1c7d8862a 100644 (file)
@@ -16,7 +16,7 @@ socket service clients and servers.
 There are only two ways to have a program on a single processor do 
 ``more than one thing at a time.'' Multi-threaded programming is the 
 simplest and most popular way to do it, but there is another very 
-different technique, that lets youhave nearly all the advantages of 
+different technique, that lets you have nearly all the advantages of 
 multi-threading, without actually using multiple threads.  It's really 
 only practical if your program is largely I/O bound.  If your program 
 is CPU bound, then pre-emptive scheduled threads are probably what