diff options
| author | Josh Schneier <josh.schneier@gmail.com> | 2013-06-09 11:14:05 -0400 |
|---|---|---|
| committer | Josh Schneier <josh.schneier@gmail.com> | 2013-06-09 11:14:14 -0400 |
| commit | 43a64d9515169c1f8ccb231749aba931fa7a5be8 (patch) | |
| tree | 6360a6f461ac7dc55e9e516678407e97b9c9db97 /docs | |
| parent | 70a6d035d93030958a0e3140d6a388f8069211fc (diff) | |
| download | python-requests-43a64d9515169c1f8ccb231749aba931fa7a5be8.tar.gz | |
fix doc typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/advanced.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index ffcb777f..9e0865a9 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -49,7 +49,7 @@ Request and Response Objects ---------------------------- Whenever a call is made to requests.*() you are doing two major things. First, -you are constructing a ``Request`` object which will be sent of to a server +you are constructing a ``Request`` object which will be sent off to a server to request or query some resource. Second, a ``Response`` object is generated once ``requests`` gets a response back from the server. The response object contains all of the information returned by the server and also contains the |
