summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 15:36:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 15:36:51 (GMT)
commit7d6dda4b783dc8720b354e5ede766fcb8407de14 (patch)
treee89b9cb93e95954bc563b6b9401e9f414572ee6a /Doc/library/asyncio-eventloop.rst
parent3f561b791165c53f755e6aa35c7c10b48285eaae (diff)
parent4adf01caae967cc2962ba69b1a193875b84cfa4e (diff)
downloadcpython-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.rst4
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