mirror of https://github.com/python/cpython
TCPServer: Fixed typo in class docstring.
This commit is contained in:
parent
3aaad5079b
commit
b97f0b7654
|
@ -173,7 +173,7 @@ class BaseServer:
|
|||
|
||||
- address_family
|
||||
- socket_type
|
||||
- reuse_address
|
||||
- allow_reuse_address
|
||||
|
||||
Instance variables:
|
||||
|
||||
|
|
Loading…
Reference in New Issue