Skip to content

Commit b97f0b7

Browse files
committed
TCPServer: Fixed typo in class docstring.
1 parent 3aaad50 commit b97f0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/SocketServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class BaseServer:
173173
174174
- address_family
175175
- socket_type
176-
- reuse_address
176+
- allow_reuse_address
177177
178178
Instance variables:
179179

0 commit comments

Comments
 (0)