summaryrefslogtreecommitdiff
path: root/Demo/cgi
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-10-17 16:33:40 +0000
committerGuido van Rossum <guido@python.org>2002-10-17 16:33:40 +0000
commit079b2e26faa065f9a33a18ea4f0f304f225aa863 (patch)
treefe40411d518a1e12ebc03ca3c3143e07c1c360d8 /Demo/cgi
parent91e6cc636e05499f7a5da83046efac0c1d0f42df (diff)
downloadcpython-079b2e26faa065f9a33a18ea4f0f304f225aa863.tar.gz
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 5dd7d2c0a5..9d25c7db12 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"