summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kittredge <andrewlkittredge@gmail.com>2015-02-01 12:49:27 -0500
committerAndrew Kittredge <andrewlkittredge@gmail.com>2015-02-01 12:49:27 -0500
commit73d7402eb6c4dd70856be4370d9e92b6c205587b (patch)
treef399f2bfc130e18badcae115eefe447ed91ecb7b
parent3481254c08b34055a4f9652ce37e2adf66d835bc (diff)
downloadrequests-cache-73d7402eb6c4dd70856be4370d9e92b6c205587b.tar.gz
typo
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index eec4725..818a24f 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ Just write:
And all responses with headers and cookies will be transparently cached to
`demo_cache.sqlite` database. For example, following code will take only
-1-2 seconds instead 10, and will run instantly on next launch:
+1-2 seconds instead of 10, and will run instantly on next launch:
.. code-block:: python