This commit is contained in:
Guido van Rossum 1997-08-30 20:04:42 +00:00
parent 28cad964ec
commit 625f40de05

View file

@ -7,7 +7,7 @@ the PYTHONPATH environment variable if it exists).
However, some programs or sites may find it convenient to allow users However, some programs or sites may find it convenient to allow users
to have a standard customization file, which gets run when a program to have a standard customization file, which gets run when a program
requests it. This module implements such a mechanism. A program requests it. This module implements such a mechanism. A program
that wishes to use the mechanism mist execute the statement that wishes to use the mechanism must execute the statement
import user import user