From 6632fb87c0eceed91d48f2bf84144cd4d24f77b8 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 11 Oct 2013 20:42:52 -0500 Subject: [PATCH] Fix typo --- requests/cookies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/cookies.py b/requests/cookies.py index a53f2104..8b13d1f8 100644 --- a/requests/cookies.py +++ b/requests/cookies.py @@ -49,7 +49,7 @@ class MockRequest(object): # header if not self._r.headers.get('Host'): return self._r.url - # If they did set it, retrieve it and reconstruct the expected doain + # If they did set it, retrieve it and reconstruct the expected domain host = self._r.headers['Host'] parsed = urlparse(self._r.url) # Reconstruct the URL as we expect it