summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libsite.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex
index b370db6..f81841e 100644
--- a/Doc/lib/libsite.tex
+++ b/Doc/lib/libsite.tex
@@ -33,7 +33,7 @@ per line) to be added to \code{sys.path}. Non-existing items are
never added to \code{sys.path}, but no check is made that the item
refers to a directory (rather than a file). No item is added to
\code{sys.path} more than once. Blank lines and lines beginning with
-\code{\#} are skipped.
+\code{\#} are skipped. Lines starting with \code{import} are executed.
\index{package}
\indexiii{path}{configuration}{file}