mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
SF patch#786531 'the the' typo. Contributed by George Yoshida
This commit is contained in:
parent
c83124ab79
commit
f17d65da3a
11 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue