1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix a typo in vcr/request.py

This commit is contained in:
Felix Yan
2018-10-06 17:21:42 +08:00
committed by GitHub
parent 8fdc6dbb68
commit 0d2f49fe8a

View File

@@ -112,7 +112,7 @@ class HeadersDict(CaseInsensitiveDict):
In addition, some servers sometimes send the same header more than once,
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.
For this reason, in cassettes I keep a dict with lists as keys, but once