summaryrefslogtreecommitdiffstats
path: root/Doc/library/sysconfig.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/sysconfig.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/sysconfig.rst')
-rw-r--r--Doc/library/sysconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 29177a3..08b74a9 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -152,7 +152,7 @@ identifier. Python currently uses eight paths:
If *vars* is provided, it must be a dictionary of variables that will
update the dictionary used to expand the paths.
- If *expand* is set to False, the paths will not be expanded.
+ If *expand* is set to false, the paths will not be expanded.
If *scheme* is not an existing scheme, :func:`get_paths` will raise a
:exc:`KeyError`.