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

Skip to content

Commit a5a4c2a

Browse files
committed
Correct truncated paragraph.
1 parent 16d5b11 commit a5a4c2a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libcgi.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ \subsection{Using the cgi module}
151151
\subsection{Old classes}
152152

153153
These classes, present in earlier versions of the \code{cgi} module, are still
154-
supported for backward compatibility. New applications should use the
154+
supported for backward compatibility. New applications should use the
155+
FieldStorage class.
155156

156157
\code{SvFormContentDict}: single value form content as dictionary; assumes each
157158
field name occurs in the form only once.

Doc/libcgi.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ \subsection{Using the cgi module}
151151
\subsection{Old classes}
152152

153153
These classes, present in earlier versions of the \code{cgi} module, are still
154-
supported for backward compatibility. New applications should use the
154+
supported for backward compatibility. New applications should use the
155+
FieldStorage class.
155156

156157
\code{SvFormContentDict}: single value form content as dictionary; assumes each
157158
field name occurs in the form only once.

0 commit comments

Comments
 (0)