We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d5d0e commit ef4e2faCopy full SHA for ef4e2fa
1 file changed
Lib/SocketServer.py
@@ -82,7 +82,7 @@ class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass
82
data is stored externally (e.g. in the file system), a synchronous
83
class will essentially render the service "deaf" while one request is
84
being handled -- which may be for a very long time if a client is slow
85
-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
86
server is appropriate.
87
88
In some cases, it may be appropriate to process part of a request
0 commit comments