From: Barry Warsaw Date: Thu, 9 Oct 2003 22:44:05 +0000 (+0000) Subject: TCPServer: Fixed typo in class docstring. X-Git-Tag: v2.4a1~1453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aaad5079b6df05a34df64a26ca9e840f8685af1;p=python TCPServer: Fixed typo in class docstring. Backport candidate. --- diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py index 270f4cd69d..dee56daa77 100644 --- a/Lib/SocketServer.py +++ b/Lib/SocketServer.py @@ -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: