summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-07 08:15:12 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-07 08:15:12 (GMT)
commitb6b175229bb8e9c94b104c3037b14e41b7549907 (patch)
treeced81f3419af3e96881e5c1a51dcf2992146e12b /Doc/lib
parent84bc19a453905e611dfc5d112a84604929b50cb5 (diff)
downloadcpython-b6b175229bb8e9c94b104c3037b14e41b7549907.zip
cpython-b6b175229bb8e9c94b104c3037b14e41b7549907.tar.gz
cpython-b6b175229bb8e9c94b104c3037b14e41b7549907.tar.bz2
Fix RFC number.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcookielib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcookielib.tex b/Doc/lib/libcookielib.tex
index ef2d833..01f2539 100644
--- a/Doc/lib/libcookielib.tex
+++ b/Doc/lib/libcookielib.tex
@@ -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