From: Barry Warsaw Date: Thu, 9 Oct 2003 23:48:52 +0000 (+0000) Subject: TCPServer: Fixed typo in class docstring. X-Git-Tag: v2.4a1~1452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b97f0b7654ca5d6d4e15937e87a539a38c4d4c4b;p=python TCPServer: Fixed typo in class docstring. --- diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py index dee56daa77..06ed134b0f 100644 --- a/Lib/SocketServer.py +++ b/Lib/SocketServer.py @@ -173,7 +173,7 @@ class BaseServer: - address_family - socket_type - - reuse_address + - allow_reuse_address Instance variables: