summaryrefslogtreecommitdiff
path: root/Doc/lib/libcgi.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-07-10 11:15:56 +0000
committerRaymond Hettinger <python@rcn.com>2004-07-10 11:15:56 +0000
commit0d278b861e77b111a5c309a65e6b2fe14533dd20 (patch)
tree2dc65a64d94138cdf4e605977e6d88c0113e3b81 /Doc/lib/libcgi.tex
parent682be2249d195394b7b0de4115b8e2f016018834 (diff)
downloadcpython-git-0d278b861e77b111a5c309a65e6b2fe14533dd20.tar.gz
SF bug #987486: fix typo.
Diffstat (limited to 'Doc/lib/libcgi.tex')
-rw-r--r--Doc/lib/libcgi.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex
index 3cb07b2da3..f2f968f0c4 100644
--- a/Doc/lib/libcgi.tex
+++ b/Doc/lib/libcgi.tex
@@ -241,7 +241,7 @@ A more convenient approach is to use the methods \method{getfirst()}
and \method{getlist()} provided by this higher level interface.
\begin{methoddesc}[FieldStorage]{getfirst}{name\optional{, default}}
- Thin method always returns only one value associated with form field
+ This method always returns only one value associated with form field
\var{name}. The method returns only the first value in case that
more values were posted under such name. Please note that the order
in which the values are received may vary from browser to browser