diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-11-30 12:45:13 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-11-30 12:45:13 -0500 |
| commit | f7e4832472911bca058a4669d2e204792dbc8fbb (patch) | |
| tree | f809d659a0a134a16def9a3e11e9ef1d40335f29 /docs/user | |
| parent | a76f4925b512b481375f0886a5b675d3e8522b34 (diff) | |
| download | python-requests-f7e4832472911bca058a4669d2e204792dbc8fbb.tar.gz | |
sp
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/quickstart.rst | 2 |
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 |
