From: Guido van Rossum Date: Thu, 17 Oct 2002 16:33:40 +0000 (+0000) Subject: Grammar repair in comment. X-Git-Tag: v2.3c1~3750 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a55dda6773adb1e5e9e81c481a67a1fd18cd9169;p=thirdparty%2FPython%2Fcpython.git Grammar repair in comment. --- diff --git a/Demo/cgi/cgi1.py b/Demo/cgi/cgi1.py index 5dd7d2c0a5d4..9d25c7db12f8 100755 --- a/Demo/cgi/cgi1.py +++ b/Demo/cgi/cgi1.py @@ -5,7 +5,7 @@ # Until you get this to work, your web server isn't set up right or # your Python isn't set up right. -# If cgi0.sh works but cgi1.py, check the #! line and the file +# If cgi0.sh works but cgi1.py doesn't, check the #! line and the file # permissions. The docs for the cgi.py module have debugging tips. print "Content-type: text/html"