From: Guido van Rossum Date: Sat, 30 Aug 1997 20:04:42 +0000 (+0000) Subject: #typo X-Git-Tag: v1.5a4~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=625f40de05ca6f1445ae3108d1eb887ec6ed6d25;p=python #typo --- diff --git a/Lib/user.py b/Lib/user.py index 06e9ead37e..0628787172 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