From: Kenneth Reitz Date: Sat, 12 Nov 2011 23:34:40 +0000 (-0500) Subject: fixes X-Git-Tag: v0.8.0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14a798882c75323848c342f0aa53dc7d8c8751aa;p=services%2Fpython-requests.git fixes --- diff --git a/docs/index.rst b/docs/index.rst index df7ab83..bab640b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,7 @@ See `the same code, without Requests `_. 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 ------------