mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Correct documentation of allow_reuse_address to match the actual script.
Closes SF bug 599681.
This commit is contained in:
parent
adc63847e4
commit
7ad09552d0
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue