summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocksvr.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-08-25 16:27:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-08-25 16:27:33 (GMT)
commit7ad09552d09279e48d286cb7a96eea79217746cd (patch)
treece6dc86538b7e255517cc4b1a94f03a7700827ba /Doc/lib/libsocksvr.tex
parentadc63847e408ac85b82cdb5e3c4a6cf9ce9933aa (diff)
downloadcpython-7ad09552d09279e48d286cb7a96eea79217746cd.zip
cpython-7ad09552d09279e48d286cb7a96eea79217746cd.tar.gz
cpython-7ad09552d09279e48d286cb7a96eea79217746cd.tar.bz2
Correct documentation of allow_reuse_address to match the actual script.
Closes SF bug 599681.
Diffstat (limited to 'Doc/lib/libsocksvr.tex')
-rw-r--r--Doc/lib/libsocksvr.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocksvr.tex b/Doc/lib/libsocksvr.tex
index df53063..1e51cd6 100644
--- a/Doc/lib/libsocksvr.tex
+++ b/Doc/lib/libsocksvr.tex
@@ -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}