summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 15:30:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 15:30:05 (GMT)
commit4adf01caae967cc2962ba69b1a193875b84cfa4e (patch)
treed24ebeef0b580c788fa50af7e2e1588f3e16a337 /Doc/library/asyncio-eventloop.rst
parent1883542eb95e7e40c2817cdd211206078c7087d7 (diff)
downloadcpython-4adf01caae967cc2962ba69b1a193875b84cfa4e.zip
cpython-4adf01caae967cc2962ba69b1a193875b84cfa4e.tar.gz
cpython-4adf01caae967cc2962ba69b1a193875b84cfa4e.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 eed4f08..202da5a 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -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