summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Waymann <meribold@gmail.com>2019-04-09 07:27:36 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2019-04-09 07:27:36 (GMT)
commitc324c748871804f31f56b3bd02a8650b3bf1bae7 (patch)
tree529595e4e25b7c91ca0eeed299147a782359ca88
parenta8abe097c1165db25b429ca02a65c4f8acbc062b (diff)
downloadcpython-c324c748871804f31f56b3bd02a8650b3bf1bae7.zip
cpython-c324c748871804f31f56b3bd02a8650b3bf1bae7.tar.gz
cpython-c324c748871804f31f56b3bd02a8650b3bf1bae7.tar.bz2
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755)
-rw-r--r--Doc/library/site.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index 7974e20..dfc40d1 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -45,9 +45,9 @@ sys.prefix and sys.exec_prefix are set to that directory and
it is also checked for site-packages (sys.base_prefix and
sys.base_exec_prefix will always be the "real" prefixes of the Python
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
-the key "include-system-site-packages" set to anything other than "false"
-(case-insensitive), the system-level prefixes will still also be
-searched for site-packages; otherwise they won't.
+the key "include-system-site-packages" set to anything other than "true"
+(case-insensitive), the system-level prefixes will not be
+searched for site-packages; otherwise they will.
.. index::
single: # (hash); comment