diff options
Diffstat (limited to 'Doc/lib/libuser.tex')
-rw-r--r-- | Doc/lib/libuser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libuser.tex b/Doc/lib/libuser.tex index 4e915a22c8..6dd1546f02 100644 --- a/Doc/lib/libuser.tex +++ b/Doc/lib/libuser.tex @@ -24,7 +24,7 @@ import user The \module{user} module looks for a file \file{.pythonrc.py} in the user's home directory and if it can be opened, executes it (using -\function{execfile()}\bifuncindex{execfile}) in its own (the +\function{exec()}\bifuncindex{exec}) in its own (the module \module{user}'s) global namespace. Errors during this phase are not caught; that's up to the program that imports the \module{user} module, if it wishes. The home directory is assumed to |