mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
TCPServer: Fixed typo in class docstring.
Backport candidate.
This commit is contained in:
parent
98c65bed91
commit
3aaad5079b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue