diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-12-30 03:08:27 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-12-30 03:08:27 (GMT) |
commit | d6d7cfaadaffd17dcdfea9df975e17db8e65555b (patch) | |
tree | 64f06b6b6435f95ebbab9c972560f4c09a85595c | |
parent | c97868ee2ff6562436c7a339f05460a6849aa2ff (diff) | |
download | cpython-d6d7cfaadaffd17dcdfea9df975e17db8e65555b.zip cpython-d6d7cfaadaffd17dcdfea9df975e17db8e65555b.tar.gz cpython-d6d7cfaadaffd17dcdfea9df975e17db8e65555b.tar.bz2 |
Minor grammar fix, and clarification
-rw-r--r-- | Doc/lib/libsite.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index 5386e9c..38a3d16 100644 --- a/Doc/lib/libsite.tex +++ b/Doc/lib/libsite.tex @@ -22,8 +22,8 @@ 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 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. +and if so, adds it to \code{sys.path} and also inspects the newly added +path for configuration files. \indexii{site-python}{directory} \indexii{site-packages}{directory} |