diff options
author | Raymond Hettinger <python@rcn.com> | 2002-08-25 16:27:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-08-25 16:27:33 (GMT) |
commit | 7ad09552d09279e48d286cb7a96eea79217746cd (patch) | |
tree | ce6dc86538b7e255517cc4b1a94f03a7700827ba /Doc/lib/libsocksvr.tex | |
parent | adc63847e408ac85b82cdb5e3c4a6cf9ce9933aa (diff) | |
download | cpython-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.tex | 2 |
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} |