Kaydet (Commit) 0d278b86 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #987486: fix typo.

üst 682be224
...@@ -241,7 +241,7 @@ A more convenient approach is to use the methods \method{getfirst()} ...@@ -241,7 +241,7 @@ A more convenient approach is to use the methods \method{getfirst()}
and \method{getlist()} provided by this higher level interface. and \method{getlist()} provided by this higher level interface.
\begin{methoddesc}[FieldStorage]{getfirst}{name\optional{, default}} \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 \var{name}. The method returns only the first value in case that
more values were posted under such name. Please note that the order more values were posted under such name. Please note that the order
in which the values are received may vary from browser to browser in which the values are received may vary from browser to browser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment