Commit ebbffd42 authored by Guido van Rossum's avatar Guido van Rossum

Fixed a typo in docstring I happened upon.

parent b56b494b
...@@ -50,7 +50,7 @@ stream server is the address family, which is simply repeated in both ...@@ -50,7 +50,7 @@ stream server is the address family, which is simply repeated in both
unix server classes. unix server classes.
Forking and threading versions of each type of server can be created Forking and threading versions of each type of server can be created
using the ForkingServer and ThreadingServer mix-in classes. For using the ForkingMixIn and ThreadingMixIn mix-in classes. For
instance, a threading UDP server class is created as follows: instance, a threading UDP server class is created as follows:
class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment