Issue #19795: Improved more markups of True/False.

This commit is contained in:
Serhiy Storchaka 2016-10-19 18:30:05 +03:00
parent 1883542eb9
commit 4adf01caae
14 changed files with 23 additions and 23 deletions

View file

@ -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