Commit 7ad09552 authored by Raymond Hettinger's avatar Raymond Hettinger

Correct documentation of allow_reuse_address to match the actual script.

Closes SF bug 599681.
parent adc63847
...@@ -96,7 +96,7 @@ The server classes support the following class variables: ...@@ -96,7 +96,7 @@ The server classes support the following class variables:
\begin{datadesc}{allow_reuse_address} \begin{datadesc}{allow_reuse_address}
Whether the server will allow the reuse of an address. This defaults 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} \end{datadesc}
\begin{datadesc}{request_queue_size} \begin{datadesc}{request_queue_size}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment