]> granicus.if.org Git - python/commitdiff
#typo
authorGuido van Rossum <guido@python.org>
Sat, 30 Aug 1997 20:04:42 +0000 (20:04 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 30 Aug 1997 20:04:42 +0000 (20:04 +0000)
Lib/user.py

index 06e9ead37ef2b64efe3102a862fcc6a1520b70c4..062878717241a966d89f180c11a7236cbbdcd749 100644 (file)
@@ -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