summaryrefslogtreecommitdiffstats
path: root/Demo/cgi
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-10-17 16:33:40 (GMT)
committerGuido van Rossum <guido@python.org>2002-10-17 16:33:40 (GMT)
commita55dda6773adb1e5e9e81c481a67a1fd18cd9169 (patch)
tree9f3c1f7590ff706769c8eb113df41053546cf5d4 /Demo/cgi
parentc9776bd8ddeeace9f48274aa49674a7be3b4fa85 (diff)
downloadcpython-a55dda6773adb1e5e9e81c481a67a1fd18cd9169.zip
cpython-a55dda6773adb1e5e9e81c481a67a1fd18cd9169.tar.gz
cpython-a55dda6773adb1e5e9e81c481a67a1fd18cd9169.tar.bz2
Grammar repair in comment.
Diffstat (limited to 'Demo/cgi')
-rwxr-xr-xDemo/cgi/cgi1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/cgi/cgi1.py b/Demo/cgi/cgi1.py
index 5dd7d2c..9d25c7d 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"