]> granicus.if.org Git - python/commitdiff
TCPServer: Fixed typo in class docstring.
authorBarry Warsaw <barry@python.org>
Thu, 9 Oct 2003 23:48:52 +0000 (23:48 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 9 Oct 2003 23:48:52 +0000 (23:48 +0000)
Lib/SocketServer.py

index dee56daa7723c8ebc4b4ab0f02eb17538eb8689d..06ed134b0f39f866b53b96e517cc6f6c81dd59fb 100644 (file)
@@ -173,7 +173,7 @@ class BaseServer:
 
     - address_family
     - socket_type
-    - reuse_address
+    - allow_reuse_address
 
     Instance variables: