]> granicus.if.org Git - python/commitdiff
SF bug #987486: fix typo.
authorRaymond Hettinger <python@rcn.com>
Sat, 10 Jul 2004 11:15:56 +0000 (11:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 10 Jul 2004 11:15:56 +0000 (11:15 +0000)
Doc/lib/libcgi.tex

index 3cb07b2da3ddadf53605b5cd8168c9b5d4158a94..f2f968f0c43d20e3530620849baeeceb9c1e2f54 100644 (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