Thanks to visit codestin.com Credit goes to github.com
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 b3b8ba6 commit f78869eCopy full SHA for f78869e
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