summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2010-07-13 16:03:56 -0700
committerAndrey Petrov <andrey.petrov@shazow.net>2010-07-13 16:03:56 -0700
commit7ea41a486c2de70d6cd99c9aeccf3c8633b95c25 (patch)
treed8a7171863298b30deb0443303943add5858d9fe
parentecf59daa740dc455f8f21f7402137afc1af7c57a (diff)
downloadurllib3-7ea41a486c2de70d6cd99c9aeccf3c8633b95c25.tar.gz
Typo fix.
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index e87a7ba9..baa5565a 100644
--- a/README.txt
+++ b/README.txt
@@ -6,7 +6,7 @@ Highlights
* File posting (``encode_multipart_formdata``)
* Built-in redirection and retries (optional)
* Thread-safe
- * Small and ease to understand codebase perfect for extending and building upon. For a more comprehensive alternative, have a look at `httplib2 <http://code.google.com/p/httplib2/>`_.
+ * Small and easy to understand codebase perfect for extending and building upon. For a more comprehensive alternative, have a look at `httplib2 <http://code.google.com/p/httplib2/>`_.
What's wrong with urllib and urllib2?
=====================================