SF bug #987486: fix typo.

This commit is contained in:
Raymond Hettinger 2004-07-10 11:15:56 +00:00
parent 682be2249d
commit 0d278b861e
1 changed files with 1 additions and 1 deletions

View File

@ -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