summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-11-30 12:45:13 -0500
committerKenneth Reitz <me@kennethreitz.com>2011-11-30 12:45:13 -0500
commitf7e4832472911bca058a4669d2e204792dbc8fbb (patch)
treef809d659a0a134a16def9a3e11e9ef1d40335f29 /docs/user
parenta76f4925b512b481375f0886a5b675d3e8522b34 (diff)
downloadpython-requests-f7e4832472911bca058a4669d2e204792dbc8fbb.tar.gz
sp
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index 554afd7d..bcae48e6 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -345,7 +345,7 @@ You can tell requests to stop waiting for a response after a given number of sec
.. admonition:: Note
- ``timeout`` only effects the connection process itself, not the downloading of the respone body.
+ ``timeout`` only effects the connection process itself, not the downloading of the response body.
Errors and Exceptions