summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-03 03:47:03 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-03 03:47:03 (GMT)
commit6a79be8db82dd19ba69dcac5f4b10225db5f4064 (patch)
tree41cf63b58cce66ed43a6f4b0a1ecfc8e2e1896c8 /Doc
parent930f134fc977ea09743e60a866f28463ec2ee91f (diff)
downloadcpython-6a79be8db82dd19ba69dcac5f4b10225db5f4064.zip
cpython-6a79be8db82dd19ba69dcac5f4b10225db5f4064.tar.gz
cpython-6a79be8db82dd19ba69dcac5f4b10225db5f4064.tar.bz2
Capitalize "Python" for consistency.
Add an index entry.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcgi.tex7
-rw-r--r--Doc/libcgi.tex7
2 files changed, 8 insertions, 6 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex
index 55abd10..4b01862 100644
--- a/Doc/lib/libcgi.tex
+++ b/Doc/lib/libcgi.tex
@@ -1,4 +1,4 @@
-\section{Standard Module \sectcode{cgi}}
+\section{Standard Module \module{cgi}}
\label{module-cgi}
\stmodindex{cgi}
\indexii{WWW}{server}
@@ -8,7 +8,8 @@
\index{URL}
-Support module for CGI (Common Gateway Interface) scripts.
+Support module for CGI (Common Gateway Interface) scripts.%
+\index{Common Gateway Interface}
This module defines a number of utilities for use by CGI scripts
written in Python.
@@ -316,7 +317,7 @@ Unfortunately, a CGI script will generally not run when you try it
from the command line, and a script that works perfectly from the
command line may fail mysteriously when run from the server. There's
one reason why you should still test your script from the command
-line: if it contains a syntax error, the python interpreter won't
+line: if it contains a syntax error, the Python interpreter won't
execute it at all, and the HTTP server will most likely send a cryptic
error to the client.
diff --git a/Doc/libcgi.tex b/Doc/libcgi.tex
index 55abd10..4b01862 100644
--- a/Doc/libcgi.tex
+++ b/Doc/libcgi.tex
@@ -1,4 +1,4 @@
-\section{Standard Module \sectcode{cgi}}
+\section{Standard Module \module{cgi}}
\label{module-cgi}
\stmodindex{cgi}
\indexii{WWW}{server}
@@ -8,7 +8,8 @@
\index{URL}
-Support module for CGI (Common Gateway Interface) scripts.
+Support module for CGI (Common Gateway Interface) scripts.%
+\index{Common Gateway Interface}
This module defines a number of utilities for use by CGI scripts
written in Python.
@@ -316,7 +317,7 @@ Unfortunately, a CGI script will generally not run when you try it
from the command line, and a script that works perfectly from the
command line may fail mysteriously when run from the server. There's
one reason why you should still test your script from the command
-line: if it contains a syntax error, the python interpreter won't
+line: if it contains a syntax error, the Python interpreter won't
execute it at all, and the HTTP server will most likely send a cryptic
error to the client.