From 0d278b861e77b111a5c309a65e6b2fe14533dd20 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 10 Jul 2004 11:15:56 +0000 Subject: SF bug #987486: fix typo. --- Doc/lib/libcgi.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 3cb07b2..f2f968f 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 -- cgit v0.12