diff options
author | Guido van Rossum <guido@python.org> | 1997-08-30 20:04:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-30 20:04:42 (GMT) |
commit | 625f40de05ca6f1445ae3108d1eb887ec6ed6d25 (patch) | |
tree | 8624379d44a727878c95c706b7348e617bffaec8 | |
parent | 28cad964eced3d4fddc6350da60569a48443d0e2 (diff) | |
download | cpython-625f40de05ca6f1445ae3108d1eb887ec6ed6d25.zip cpython-625f40de05ca6f1445ae3108d1eb887ec6ed6d25.tar.gz cpython-625f40de05ca6f1445ae3108d1eb887ec6ed6d25.tar.bz2 |
#typo
-rw-r--r-- | Lib/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/user.py b/Lib/user.py index 06e9ead..0628787 100644 --- a/Lib/user.py +++ b/Lib/user.py @@ -7,7 +7,7 @@ the PYTHONPATH environment variable if it exists). However, some programs or sites may find it convenient to allow users to have a standard customization file, which gets run when 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 |