diff options
| author | alecz20 <alexguzu@hotmail.com> | 2015-02-24 20:43:08 -0500 |
|---|---|---|
| committer | alecz20 <alexguzu@hotmail.com> | 2015-02-24 20:43:08 -0500 |
| commit | 055cc44c076f29cf9e0cee8da6641bc0cebf1ec8 (patch) | |
| tree | 9f4ba60c6d0b92d1987a6a0ac51d42a565bbebca /docs | |
| parent | a3ded2a511e78236fe05d98c5456529c4cd8b5fa (diff) | |
| download | urllib3-055cc44c076f29cf9e0cee8da6641bc0cebf1ec8.tar.gz | |
minor typo correction
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4e05272c..641f077c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -98,7 +98,7 @@ like buffering: The response can be treated as a file-like object. -A file can be downloaded directory to a local file in a context without +A file can be downloaded directly to a local file in a context without being saved in memory. .. doctest :: |
