]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammar repair in comment.
authorGuido van Rossum <guido@python.org>
Thu, 17 Oct 2002 16:33:40 +0000 (16:33 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Oct 2002 16:33:40 +0000 (16:33 +0000)
Demo/cgi/cgi1.py

index 5dd7d2c0a5d429816bdfa88b6e1b48d793930871..9d25c7db12f82e4ef1e75aa120efa07bc2a2c6cb 100755 (executable)
@@ -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"