]> granicus.if.org Git - python/commitdiff
TCPServer: Fixed typo in class docstring.
authorBarry Warsaw <barry@python.org>
Thu, 9 Oct 2003 22:44:05 +0000 (22:44 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 9 Oct 2003 22:44:05 +0000 (22:44 +0000)
Backport candidate.

Lib/SocketServer.py

index 270f4cd69d932b27dd702a1872889468509902da..dee56daa7723c8ebc4b4ab0f02eb17538eb8689d 100644 (file)
@@ -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: