Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a5fae1

Browse files
committed
#11643: merge with 3.2.
2 parents 8646e8e + 26e5878 commit 4a5fae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It starts by constructing up to four directories from a head and a tail part.
3333
For the head part, it uses ``sys.prefix`` and ``sys.exec_prefix``; empty heads
3434
are skipped. For the tail part, it uses the empty string and then
3535
:file:`lib/site-packages` (on Windows) or
36-
:file:`lib/python|version|/site-packages` and then :file:`lib/site-python` (on
36+
:file:`lib/python{X.Y}/site-packages` and then :file:`lib/site-python` (on
3737
Unix and Macintosh). For each of the distinct head-tail combinations, it sees
3838
if it refers to an existing directory, and if so, adds it to ``sys.path`` and
3939
also inspects the newly added path for configuration files.

0 commit comments

Comments
 (0)