]> granicus.if.org Git - python/commitdiff
Barry raised reasonable objections to the macro name \mimeheader, so
authorFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 15:23:09 +0000 (15:23 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 15:23:09 +0000 (15:23 +0000)
we'll simply revert to \mailheader since there's no other good name.

Doc/lib/libcookie.tex

index a84ad36367208821000400f5340add17c9b533e7..43d5ada0f37f111963874b9596a49393f8e3d0b4 100644 (file)
@@ -19,7 +19,7 @@ specs.  As a result, the parsing rules used are a bit less strict.
 
 \begin{excdesc}{CookieError}
 Exception failing because of \rfc{2109} invalidity: incorrect
-attributes, incorrect \mimeheader{Set-Cookie} header, etc.
+attributes, incorrect \mailheader{Set-Cookie} header, etc.
 \end{excdesc}
 
 \begin{classdesc}{BaseCookie}{\optional{input}}