Skip to content

Commit ef4e2fa

Browse files
committed
#13289: fix typo.
1 parent 67d5d0e commit ef4e2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/SocketServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass
8282
data is stored externally (e.g. in the file system), a synchronous
8383
class will essentially render the service "deaf" while one request is
8484
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
85+
to read all the data it has requested. Here a threading or forking
8686
server is appropriate.
8787
8888
In some cases, it may be appropriate to process part of a request

0 commit comments

Comments
 (0)