]> granicus.if.org Git - python/commitdiff
#13289: fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 29 Oct 2011 07:40:20 +0000 (10:40 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 29 Oct 2011 07:40:20 +0000 (10:40 +0300)
Lib/SocketServer.py

index f1fd78b86b9867864da15388b407cf24e5a95fc3..71b9caa973a8462069d207215f689d7f7f84506f 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