From: Ian Cordasco Date: Sat, 12 Oct 2013 01:42:52 +0000 (-0500) Subject: Fix typo X-Git-Tag: v2.1.0~23^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6632fb87c0eceed91d48f2bf84144cd4d24f77b8;p=services%2Fpython-requests.git Fix typo --- diff --git a/requests/cookies.py b/requests/cookies.py index a53f210..8b13d1f 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