diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
commit | 7d6dda4b783dc8720b354e5ede766fcb8407de14 (patch) | |
tree | e89b9cb93e95954bc563b6b9401e9f414572ee6a /Doc/library/asyncio-eventloop.rst | |
parent | 3f561b791165c53f755e6aa35c7c10b48285eaae (diff) | |
parent | 4adf01caae967cc2962ba69b1a193875b84cfa4e (diff) | |
download | cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.zip cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.gz cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.bz2 |
Issue #19795: Improved more markups of True/False.
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 6706001..a88f777 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -347,7 +347,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 @@ -425,7 +425,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 |