mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix double word typos.
This commit is contained in:
parent
9ac25ec025
commit
999b57c872
10 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue