diff --git a/Lib/user.py b/Lib/user.py index 06e9ead37ef..06287871724 100644 --- a/Lib/user.py +++ b/Lib/user.py @@ -7,7 +7,7 @@ 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