Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a79be8

Browse files
committed
Capitalize "Python" for consistency.
Add an index entry.
1 parent 930f134 commit 6a79be8

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

Doc/lib/libcgi.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Module \sectcode{cgi}}
1+
\section{Standard Module \module{cgi}}
22
\label{module-cgi}
33
\stmodindex{cgi}
44
\indexii{WWW}{server}
@@ -8,7 +8,8 @@ \section{Standard Module \sectcode{cgi}}
88
\index{URL}
99

1010

11-
Support module for CGI (Common Gateway Interface) scripts.
11+
Support module for CGI (Common Gateway Interface) scripts.%
12+
\index{Common Gateway Interface}
1213

1314
This module defines a number of utilities for use by CGI scripts
1415
written in Python.
@@ -316,7 +317,7 @@ \subsection{Testing your CGI script}
316317
from the command line, and a script that works perfectly from the
317318
command line may fail mysteriously when run from the server. There's
318319
one reason why you should still test your script from the command
319-
line: if it contains a syntax error, the python interpreter won't
320+
line: if it contains a syntax error, the Python interpreter won't
320321
execute it at all, and the HTTP server will most likely send a cryptic
321322
error to the client.
322323

Doc/libcgi.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Module \sectcode{cgi}}
1+
\section{Standard Module \module{cgi}}
22
\label{module-cgi}
33
\stmodindex{cgi}
44
\indexii{WWW}{server}
@@ -8,7 +8,8 @@ \section{Standard Module \sectcode{cgi}}
88
\index{URL}
99

1010

11-
Support module for CGI (Common Gateway Interface) scripts.
11+
Support module for CGI (Common Gateway Interface) scripts.%
12+
\index{Common Gateway Interface}
1213

1314
This module defines a number of utilities for use by CGI scripts
1415
written in Python.
@@ -316,7 +317,7 @@ \subsection{Testing your CGI script}
316317
from the command line, and a script that works perfectly from the
317318
command line may fail mysteriously when run from the server. There's
318319
one reason why you should still test your script from the command
319-
line: if it contains a syntax error, the python interpreter won't
320+
line: if it contains a syntax error, the Python interpreter won't
320321
execute it at all, and the HTTP server will most likely send a cryptic
321322
error to the client.
322323

0 commit comments

Comments
 (0)