]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove extraneous "}"; possibly an incorrectly backported patch?
authorFred Drake <fdrake@acm.org>
Sat, 15 Dec 2001 20:42:52 +0000 (20:42 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 15 Dec 2001 20:42:52 +0000 (20:42 +0000)
Doc/lib/libcgihttp.tex

index 70726f78c8797a34fc893e83e54adad1ce444262..f9a0b504ec56730340a0643c1ebd2ef8705cc0a2 100644 (file)
@@ -16,7 +16,7 @@ run CGI scripts.
 
 \strong{Note:}  This module can run CGI scripts on \UNIX{} and Windows
 systems; on Mac OS it will only be able to run Python scripts within
-the same process as itself.}
+the same process as itself.
 
 The \module{CGIHTTPServer} module defines the following class: