]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#13289: fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 29 Oct 2011 07:41:51 +0000 (10:41 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 29 Oct 2011 07:41:51 +0000 (10:41 +0300)
Lib/socketserver.py

index 73896081d1c6f093de5f83070821a2b9813a8fbd..0e2ba83d1d66250b552fcceaafe67b3c4c2f914c 100644 (file)
@@ -82,7 +82,7 @@ On the other hand, if you are building e.g. an HTTP server, where all
 data is stored externally (e.g. in the file system), a synchronous
 class will essentially render the service "deaf" while one request is
 being handled -- which may be for a very long time if a client is slow
-to reqd all the data it has requested.  Here a threading or forking
+to read all the data it has requested.  Here a threading or forking
 server is appropriate.
 
 In some cases, it may be appropriate to process part of a request