Skip to content

Commit 72a2678

Browse files
committed
DOC: fix details the value of include-system-site-packages
Now matches both site.rst and the actual implementation.
1 parent 7f2d502 commit 72a2678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
it is also checked for site-packages (sys.base_prefix and
1919
sys.base_exec_prefix will always be the "real" prefixes of the Python
2020
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
21-
the key "include-system-site-packages" set to anything other than "false"
21+
the key "include-system-site-packages" is set to "true"
2222
(case-insensitive), the system-level prefixes will still also be
2323
searched for site-packages; otherwise they won't.
2424

0 commit comments

Comments
 (0)