Fix double word typos.

This commit is contained in:
Raymond Hettinger 2003-08-25 04:28:05 +00:00
parent 9ac25ec025
commit 999b57c872
10 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@ 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.
The module formerly strictly applied the parsing rules described in in
The module formerly strictly applied the parsing rules described in
the \rfc{2109} and \rfc{2068} specifications. It has since been discovered
that MSIE 3.0x doesn't follow the character rules outlined in those
specs. As a result, the parsing rules used are a bit less strict.