]> granicus.if.org Git - python/commitdiff
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH...
authorLukas Waymann <meribold@gmail.com>
Tue, 9 Apr 2019 07:27:36 +0000 (15:27 +0800)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 9 Apr 2019 07:27:36 +0000 (08:27 +0100)
Doc/library/site.rst

index 7974e20974f1d22fd8647c77f8b407db00486947..dfc40d17944332ff479aef210766924a902c6e55 100644 (file)
@@ -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