From: Mark Wooding Date: Sat, 13 Jul 2013 15:34:40 +0000 (+0100) Subject: cgi.py: Fix function name in comment. X-Git-Tag: 1.0.3~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/cf7c527a2fbf15ab8f9c1064e9f1cda55b8bb2b6 cgi.py: Fix function name in comment. Annoyingly misleading. --- diff --git a/cgi.py b/cgi.py index 0ecdfe2..d66bfc6 100644 --- a/cgi.py +++ b/cgi.py @@ -115,7 +115,7 @@ class HTTPOutput (O.FileOutput): """ Print a header, if none has yet been printed. - Keyword arguments can be passed to emit HTTP headers: see `http_header' + Keyword arguments can be passed to emit HTTP headers: see `http_headers' for the formatting rules. """ if me.headerp: return