mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #19795: Improved more markups of True/False.
This commit is contained in:
parent
1883542eb9
commit
4adf01caae
14 changed files with 23 additions and 23 deletions
|
|
@ -346,7 +346,7 @@ Creating connections
|
|||
|
||||
* *reuse_address* tells the kernel to reuse a local socket in
|
||||
TIME_WAIT state, without waiting for its natural timeout to
|
||||
expire. If not specified will automatically be set to True on
|
||||
expire. If not specified will automatically be set to ``True`` on
|
||||
UNIX.
|
||||
|
||||
* *reuse_port* tells the kernel to allow this endpoint to be bound to the
|
||||
|
|
@ -424,7 +424,7 @@ Creating listening connections
|
|||
|
||||
* *reuse_address* tells the kernel to reuse a local socket in
|
||||
TIME_WAIT state, without waiting for its natural timeout to
|
||||
expire. If not specified will automatically be set to True on
|
||||
expire. If not specified will automatically be set to ``True`` on
|
||||
UNIX.
|
||||
|
||||
* *reuse_port* tells the kernel to allow this endpoint to be bound to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue