]> granicus.if.org Git - python/commitdiff
Fix RFC number.
authorGeorg Brandl <georg@python.org>
Fri, 7 Jul 2006 08:15:12 +0000 (08:15 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 7 Jul 2006 08:15:12 +0000 (08:15 +0000)
Doc/lib/libcookielib.tex

index ef2d833b50c65df45c4898d82b0d681a81c5a91d..01f2539f80ffc21f849cfbe64aa59159c0aab371 100644 (file)
@@ -24,7 +24,7 @@ Internet are Netscape cookies.  \module{cookielib} attempts to follow
 the de-facto Netscape cookie protocol (which differs substantially
 from that set out in the original Netscape specification), including
 taking note of the \code{max-age} and \code{port} cookie-attributes
-introduced with RFC 2109.  \note{The various named parameters found in
+introduced with RFC 2965.  \note{The various named parameters found in
 \mailheader{Set-Cookie} and \mailheader{Set-Cookie2} headers
 (eg. \code{domain} and \code{expires}) are conventionally referred to
 as \dfn{attributes}.  To distinguish them from Python attributes, the