mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Fix a typo in vcr/request.py
This commit is contained in:
@@ -112,7 +112,7 @@ class HeadersDict(CaseInsensitiveDict):
|
|||||||
In addition, some servers sometimes send the same header more than once,
|
In addition, some servers sometimes send the same header more than once,
|
||||||
and httplib *can* deal with this situation.
|
and httplib *can* deal with this situation.
|
||||||
|
|
||||||
Futhermore, I wanted to keep the request and response cassette format as
|
Furthermore, I wanted to keep the request and response cassette format as
|
||||||
similar as possible.
|
similar as possible.
|
||||||
|
|
||||||
For this reason, in cassettes I keep a dict with lists as keys, but once
|
For this reason, in cassettes I keep a dict with lists as keys, but once
|
||||||
|
|||||||
Reference in New Issue
Block a user