]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
BaseServer, TCPServer: Fixed typo in class docstring.
authorBarry Warsaw <barry@python.org>
Thu, 9 Oct 2003 23:49:24 +0000 (23:49 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 9 Oct 2003 23:49:24 +0000 (23:49 +0000)
Lib/SocketServer.py

index 270f4cd69d932b27dd702a1872889468509902da..06ed134b0f39f866b53b96e517cc6f6c81dd59fb 100644 (file)
@@ -173,7 +173,7 @@ class BaseServer:
 
     - address_family
     - socket_type
-    - reuse_address
+    - allow_reuse_address
 
     Instance variables:
 
@@ -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: