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:
359659c
)
Request->Response.
author
Cory Benfield
<lukasaoz@gmail.com>
Tue, 9 Sep 2014 07:44:40 +0000
(08:44 +0100)
committer
Cory Benfield
<lukasaoz@gmail.com>
Tue, 9 Sep 2014 07:44:40 +0000
(08:44 +0100)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index ff008347a68a1118d3b26fa976ab69f8d8b7f220..1a4b2714590bedbccd989fcc9fdae0ace1412c72 100644
(file)
--- a/
docs/user/quickstart.rst
+++ b/
docs/user/quickstart.rst
@@
-31,7
+31,7
@@
timeline ::
>>> r = requests.get('https://api.github.com/events')
-Now, we have a :class:`Re
quest <requests.Request
>` object called ``r``. We can
+Now, we have a :class:`Re
sponse <requests.Response
>` object called ``r``. We can
get all the information we need from this object.
Requests' simple API means that all forms of HTTP request are as obvious. For