fixes
authorKenneth Reitz <me@kennethreitz.com>
Sat, 12 Nov 2011 23:34:40 +0000 (18:34 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 12 Nov 2011 23:34:40 +0000 (18:34 -0500)
docs/index.rst

index df7ab8303940d3469856b81ef2c58b76ba2cdab9..bab640b07a30de53a2f730a7dd163a92464dd7b4 100644 (file)
@@ -33,7 +33,7 @@ See `the same code, without Requests <https://gist.github.com/973705>`_.
 Requests allow 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 urllib3, and it works just as you'd expect.
+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.
 
 Testimonials
 ------------