From 89c90add2c4378f416194c05c6a4f5ae94ff7a31 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 7 Jan 2012 18:32:56 -0500 Subject: [PATCH] Update docs/index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d7f93fd..2ad08f0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,7 +28,7 @@ Things shouldn’t be this way. Not in Python. See `the same code, without Requests `_. -Requests takes all of the work out of Python HTTP — making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. The core of Requests is powered by `urllib3 `_ which is included as part of the Requests package. +Requests takes all of the work out of Python HTTP — making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, powered by `urllib3 `_, which is embedded within Requests. Testimonials -- 2.7.4