From 0d2f49fe8ac69b27d23013b790e4efb8df8dd881 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 6 Oct 2018 17:21:42 +0800 Subject: [PATCH] Fix a typo in vcr/request.py --- vcr/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcr/request.py b/vcr/request.py index 882db69..e268053 100644 --- a/vcr/request.py +++ b/vcr/request.py @@ -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