diff --git a/docs/index.rst b/docs/index.rst index 2ad08f0f..88ebe19d 100644 --- 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.content + >>> r.text ... See `the same code, without Requests `_.