summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libuser.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libuser.tex')
-rw-r--r--Doc/lib/libuser.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libuser.tex b/Doc/lib/libuser.tex
index cd460ea..4a79a54 100644
--- a/Doc/lib/libuser.tex
+++ b/Doc/lib/libuser.tex
@@ -23,7 +23,7 @@ import user
\end{verbatim}
The \module{user} module looks for a file \file{.pythonrc.py} in the user's
-home directory and if it can be opened, exececutes it (using
+home directory and if it can be opened, executes it (using
\function{execfile()}\bifuncindex{execfile}) in its own (i.e. the
module \module{user}'s) global namespace. Errors during this phase
are not caught; that's up to the program that imports the