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:
878bb61
)
r.text
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 23 Jan 2012 07:32:09 +0000
(
02:32
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 23 Jan 2012 07:32:09 +0000
(
02:32
-0500)
docs/index.rst
patch
|
blob
|
history
diff --git
a/docs/index.rst
b/docs/index.rst
index 2ad08f0f92ec413b610bf8ced13d407e4a1166c5..88ebe19d800cec57a935c3eb063bad0cee542978 100644
(file)
--- a/
docs/index.rst
+++ b/
docs/index.rst
@@
-23,7
+23,7
@@
Things shouldn’t be this way. Not in Python.
204
>>> r.headers['content-type']
'application/json'
- >>> r.
conten
t
+ >>> r.
tex
t
...
See `the same code, without Requests <https://gist.github.com/973705>`_.