From 625f40de05ca6f1445ae3108d1eb887ec6ed6d25 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 30 Aug 1997 20:04:42 +0000 Subject: #typo --- Lib/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12