commit | 3aaad5079b6df05a34df64a26ca9e840f8685af1 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Oct 09 22:44:05 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Oct 09 22:44:05 2003 +0000 |
tree | 0a5b01bca754f3635e72ce7e119a5ac273d6528f | |
parent | 98c65bed91432bf17a335382cdd672b16391f10c [diff] |
TCPServer: Fixed typo in class docstring. Backport candidate.
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py index 270f4cd..dee56da 100644 --- a/Lib/SocketServer.py +++ b/Lib/SocketServer.py
@@ -304,7 +304,7 @@ - address_family - socket_type - request_queue_size (only for stream sockets) - - reuse_address + - allow_reuse_address Instance variables: