This commit is contained in:
Kenneth Reitz
2012-01-23 02:32:09 -05:00
parent 878bb61d24
commit 90f5c8bd85
+1 -1
View File
@@ -23,7 +23,7 @@ Things shouldnt be this way. Not in Python.
204
>>> r.headers['content-type']
'application/json'
>>> r.content
>>> r.text
...
See `the same code, without Requests <https://gist.github.com/973705>`_.