summaryrefslogtreecommitdiffstats
path: root/Doc/library/sysconfig.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/sysconfig.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/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 6ba094d..02aaab3 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`.