Commit 3aaad507 authored by Barry Warsaw's avatar Barry Warsaw

TCPServer: Fixed typo in class docstring.

Backport candidate.
parent 98c65bed
...@@ -304,7 +304,7 @@ class TCPServer(BaseServer): ...@@ -304,7 +304,7 @@ class TCPServer(BaseServer):
- address_family - address_family
- socket_type - socket_type
- request_queue_size (only for stream sockets) - request_queue_size (only for stream sockets)
- reuse_address - allow_reuse_address
Instance variables: Instance variables:
......
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