projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df7aece
)
Fix typo
author
Ian Cordasco
<graffatcolmingov@gmail.com>
Sat, 12 Oct 2013 01:42:52 +0000
(20:42 -0500)
committer
Ian Cordasco
<graffatcolmingov@gmail.com>
Sat, 12 Oct 2013 01:42:52 +0000
(20:42 -0500)
requests/cookies.py
patch
|
blob
|
history
diff --git
a/requests/cookies.py
b/requests/cookies.py
index a53f2104b7c3ad4c3d48e1c4fa37b37eb1598d41..8b13d1f885d2f2f8878fe526a2bef28d11b7d091 100644
(file)
--- 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 do
m
ain
host = self._r.headers['Host']
parsed = urlparse(self._r.url)
# Reconstruct the URL as we expect it