diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:16 (GMT) |
commit | f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8 (patch) | |
tree | 6667383056e26f936e5e3951429bf7d757c634e0 /Doc/lib/libcgi.tex | |
parent | c83124ab793a28c8995ff381d5867604c60bc07f (diff) | |
download | cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.zip cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.gz cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.bz2 |
SF patch#786531 'the the' typo. Contributed by George Yoshida
Diffstat (limited to 'Doc/lib/libcgi.tex')
-rw-r--r-- | Doc/lib/libcgi.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 67e93b4..055f66c 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -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 |