SF patch#786531 'the the' typo. Contributed by George Yoshida

This commit is contained in:
Raymond Hettinger 2003-08-12 00:01:16 +00:00
parent c83124ab79
commit f17d65da3a
11 changed files with 13 additions and 13 deletions

View file

@ -101,7 +101,7 @@ dictionary, and also supports the standard dictionary methods
\method{has_key()} and \method{keys()}. The built-in \function{len()}
is also supported. Form fields containing empty strings are ignored
and do not appear in the dictionary; to keep such values, provide
a true value for the the optional \var{keep_blank_values} keyword
a true value for the optional \var{keep_blank_values} keyword
parameter when creating the \class{FieldStorage} instance.
For instance, the following code (which assumes that the