]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Message.getheader(): Fixed grammatical error in docstring.
authorFred Drake <fdrake@acm.org>
Wed, 28 Apr 1999 21:17:38 +0000 (21:17 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Apr 1999 21:17:38 +0000 (21:17 +0000)
commitddf22c4243c38e819a07cbad53b8711c08e5563f
treea6c5f98c8afafb34a772cabac2155945989555f9
parenta4b055ff8924b8965c8ac4f6d3b532a85f6ebd35
Message.getheader():  Fixed grammatical error in docstring.

Message.getheaders():  Method to get list of all values for each
       instance of a named header.  See docstring for more.
Lib/rfc822.py