From 14a798882c75323848c342f0aa53dc7d8c8751aa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 12 Nov 2011 18:34:40 -0500 Subject: [PATCH] fixes --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------ -- 2.34.1