diff options
Diffstat (limited to 'Doc/lib/libsite.tex')
-rw-r--r-- | Doc/lib/libsite.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index f81841e..c3f3775 100644 --- a/Doc/lib/libsite.tex +++ b/Doc/lib/libsite.tex @@ -20,7 +20,7 @@ tail part. For the head part, it uses \code{sys.prefix} and \code{sys.exec_prefix}; empty heads are skipped. For the tail part, it uses the empty string (on Macintosh or Windows) or it uses first \file{lib/python\shortversion/site-packages} and then -\file{lib/site-python} (on \UNIX{}). For each of the distinct +\file{lib/site-python} (on \UNIX). For each of the distinct head-tail combinations, it sees if it refers to an existing directory, and if so, adds to \code{sys.path}, and also inspects the path for configuration files. |