s
authorKenneth Reitz <me@kennethreitz.com>
Sun, 13 Nov 2011 05:59:22 +0000 (00:59 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 13 Nov 2011 05:59:22 +0000 (00:59 -0500)
docs/index.rst

index bab640b07a30de53a2f730a7dd163a92464dd7b4..5491e98b9f7add4c04ec641c62402a80b67caafc 100644 (file)
@@ -30,7 +30,7 @@ Things shouldn’t be this way. Not in Python.
 
 See `the same code, without Requests <https://gist.github.com/973705>`_.
 
-Requests allow you to send  **HEAD**, **GET**, **POST**, **PUT**,
+Requests allows you to send  **HEAD**, **GET**, **POST**, **PUT**,
 **PATCH**, and **DELETE** HTTP requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by :py:class:`httplib` and :py:class:`urllib3`, and it strives to be as elegant and approachable as possible.