diff options
Diffstat (limited to 'Lib/user.py')
-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 |