diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-31 15:23:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-31 15:23:09 (GMT) |
commit | f91b4619e02104fa5eeb03b870cce399c7e4a64a (patch) | |
tree | f1e88695d1cc14ad0105e22ea93707b4a782f5e8 /Doc/lib/libcookie.tex | |
parent | f14730a49a38e2bddee8b8b0ce45e260001a83e1 (diff) | |
download | cpython-f91b4619e02104fa5eeb03b870cce399c7e4a64a.zip cpython-f91b4619e02104fa5eeb03b870cce399c7e4a64a.tar.gz cpython-f91b4619e02104fa5eeb03b870cce399c7e4a64a.tar.bz2 |
Barry raised reasonable objections to the macro name \mimeheader, so
we'll simply revert to \mailheader since there's no other good name.
Diffstat (limited to 'Doc/lib/libcookie.tex')
-rw-r--r-- | Doc/lib/libcookie.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex index a84ad36..43d5ada 100644 --- a/Doc/lib/libcookie.tex +++ b/Doc/lib/libcookie.tex @@ -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}} |