From acda14034163767a1fb8d06ac1ab8e2957405505 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 15 Dec 2001 20:42:52 +0000 Subject: [PATCH] Remove extraneous "}"; possibly an incorrectly backported patch? --- Doc/lib/libcgihttp.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcgihttp.tex b/Doc/lib/libcgihttp.tex index 70726f78c879..f9a0b504ec56 100644 --- a/Doc/lib/libcgihttp.tex +++ b/Doc/lib/libcgihttp.tex @@ -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: -- 2.47.3