r.text
authorKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 07:32:09 +0000 (02:32 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 07:32:09 +0000 (02:32 -0500)
docs/index.rst

index 2ad08f0f92ec413b610bf8ced13d407e4a1166c5..88ebe19d800cec57a935c3eb063bad0cee542978 100644 (file)
@@ -23,7 +23,7 @@ Things shouldn’t 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>`_.