This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in cgi doc
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: corydodt, rhettinger
Priority: normal Keywords:

Created on 2004-07-08 18:52 by corydodt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21450 - (view) Author: Cory Dodt (corydodt) Date: 2004-07-08 18:52
Referring to this doc page:

http://www.python.org/doc/current/lib/node404.html

"""
getfirst(  	name[, default])
    Thin method always returns only one value
associated with form field name. 
"""

"Thin" should be "This".

Submitted by Glyph Lefkowitz, who does not like to use
the sf bug tracker.
msg21451 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-07-10 11:16
Logged In: YES 
user_id=80475

Fixed.
See Doc/lib/libcgi.tex 1.45

Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40525
2004-07-08 18:52:47corydodtcreate