From 191d0fd0812de0bad88c3d51a9bff2f841c19d19 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 3 Jul 2009 16:42:58 -0400 Subject: [PATCH] validation typo --- installing-python.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing-python.html b/installing-python.html index a6d2b26..b24ebfd 100644 --- a/installing-python.html +++ b/installing-python.html @@ -303,7 +303,7 @@ Type "help", "copyright", "credits" or "license" for more information.
 >>> help()
-Welcome to Python 3.0!  This is the online help utility.
+Welcome to Python 3.0!  This is the online help utility.
 
 If this is your first time using Python, you should definitely check out
 the tutorial on the Internet at http://docs.python.org/tutorial/.