summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-10-24 14:47:44 (GMT)
committerGuido van Rossum <guido@python.org>1996-10-24 14:47:44 (GMT)
commita5a4c2a7d80532dbbb874a5cfb7dc66f9c735373 (patch)
treea032ad1ff0fe66339a6dedd38c8524c879b1ce2e
parent16d5b113f61a283490fa4fcde84c36696ed78883 (diff)
downloadcpython-a5a4c2a7d80532dbbb874a5cfb7dc66f9c735373.zip
cpython-a5a4c2a7d80532dbbb874a5cfb7dc66f9c735373.tar.gz
cpython-a5a4c2a7d80532dbbb874a5cfb7dc66f9c735373.tar.bz2
Correct truncated paragraph.
-rw-r--r--Doc/lib/libcgi.tex3
-rw-r--r--Doc/libcgi.tex3
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex
index 3f26398..34c510e 100644
--- a/Doc/lib/libcgi.tex
+++ b/Doc/lib/libcgi.tex
@@ -151,7 +151,8 @@ the list, file and filename attributes are always \code{None}.
\subsection{Old classes}
These classes, present in earlier versions of the \code{cgi} module, are still
-supported for backward compatibility. New applications should use the
+supported for backward compatibility. New applications should use the
+FieldStorage class.
\code{SvFormContentDict}: single value form content as dictionary; assumes each
field name occurs in the form only once.
diff --git a/Doc/libcgi.tex b/Doc/libcgi.tex
index 3f26398..34c510e 100644
--- a/Doc/libcgi.tex
+++ b/Doc/libcgi.tex
@@ -151,7 +151,8 @@ the list, file and filename attributes are always \code{None}.
\subsection{Old classes}
These classes, present in earlier versions of the \code{cgi} module, are still
-supported for backward compatibility. New applications should use the
+supported for backward compatibility. New applications should use the
+FieldStorage class.
\code{SvFormContentDict}: single value form content as dictionary; assumes each
field name occurs in the form only once.