From: Andrew M. Kuchling Date: Mon, 30 Dec 2002 03:08:27 +0000 (+0000) Subject: Minor grammar fix, and clarification X-Git-Tag: v2.3c1~2833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6d7cfaadaffd17dcdfea9df975e17db8e65555b;p=thirdparty%2FPython%2Fcpython.git Minor grammar fix, and clarification --- diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index 5386e9cf3760..38a3d16ea55e 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}