diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:30:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:30:05 (GMT) |
commit | 4adf01caae967cc2962ba69b1a193875b84cfa4e (patch) | |
tree | d24ebeef0b580c788fa50af7e2e1588f3e16a337 /Doc/library/sysconfig.rst | |
parent | 1883542eb95e7e40c2817cdd211206078c7087d7 (diff) | |
download | cpython-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.rst | 2 |
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`. |