TCPServer: Fixed typo in class docstring.

Backport candidate.
This commit is contained in:
Barry Warsaw 2003-10-09 22:44:05 +00:00
parent 98c65bed91
commit 3aaad5079b
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class TCPServer(BaseServer):
- address_family
- socket_type
- request_queue_size (only for stream sockets)
- reuse_address
- allow_reuse_address
Instance variables: