mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
validation typo
This commit is contained in:
@@ -486,7 +486,7 @@ accept-encoding: deflate, gzip
|
||||
user-agent: Python-httplib2/$Rev: 259 $'
|
||||
reply: 'HTTP/1.1 200 OK'</samp>
|
||||
<samp class=p>>>> </samp><kbd>print(dict(response.items()))</kbd>
|
||||
{'status': '200',
|
||||
<samp>{'status': '200',
|
||||
'content-length': '3070',
|
||||
<mark> 'content-location': 'http://diveintopython3.org/examples/feed.xml',</mark>
|
||||
'accept-ranges': 'bytes',
|
||||
|
||||
Reference in New Issue
Block a user