diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-10 19:34:52 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-10 19:34:52 (GMT) |
commit | 8321026ff40c73628833874405248550739bf312 (patch) | |
tree | b308f2bbe02c744f05748e0e92165f7b430a2263 /Doc/lib/libcookie.tex | |
parent | 62c11155eb13e950e10d660b8f5150e04efb3a5e (diff) | |
download | cpython-8321026ff40c73628833874405248550739bf312.zip cpython-8321026ff40c73628833874405248550739bf312.tar.gz cpython-8321026ff40c73628833874405248550739bf312.tar.bz2 |
SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and
additions to library docs.#
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 e1bc09a..d9dcd8a 100644 --- a/Doc/lib/libcookie.tex +++ b/Doc/lib/libcookie.tex @@ -8,7 +8,7 @@ The \module{Cookie} module defines classes for abstracting the concept of -cookies, an HTTP state management mechanism. It supports both simplistic +cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and provides an abstraction for having any serializable data-type as cookie value. |