Skip to content

Commit c324c74

Browse files
meriboldvsajip
authored andcommitted
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755)
1 parent a8abe09 commit c324c74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/site.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ sys.prefix and sys.exec_prefix are set to that directory and
4545
it is also checked for site-packages (sys.base_prefix and
4646
sys.base_exec_prefix will always be the "real" prefixes of the Python
4747
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
48-
the key "include-system-site-packages" set to anything other than "false"
49-
(case-insensitive), the system-level prefixes will still also be
50-
searched for site-packages; otherwise they won't.
48+
the key "include-system-site-packages" set to anything other than "true"
49+
(case-insensitive), the system-level prefixes will not be
50+
searched for site-packages; otherwise they will.
5151

5252
.. index::
5353
single: # (hash); comment

0 commit comments

Comments
 (0)