]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct documentation of allow_reuse_address to match the actual script.
authorRaymond Hettinger <python@rcn.com>
Sun, 25 Aug 2002 16:31:27 +0000 (16:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 25 Aug 2002 16:31:27 +0000 (16:31 +0000)
Closes SF bug 599681.

Doc/lib/libsocksvr.tex

index df53063d2ba8c14b4161c47719d1f15f0c1b89a0..1e51cd6a1d354dbd15838a56d8bb2d9181b97f57 100644 (file)
@@ -96,7 +96,7 @@ The server classes support the following class variables:
 
 \begin{datadesc}{allow_reuse_address}
 Whether the server will allow the reuse of an address. This defaults
-to true, and can be set in subclasses to change the policy.
+to \code{False}, and can be set in subclasses to change the policy.
 \end{datadesc}
 
 \begin{datadesc}{request_queue_size}