Skip to content

Commit

Permalink
Update docs/index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Jan 7, 2012
1 parent a869be1 commit 89c90ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Things shouldn’t be this way. Not in Python.

See `the same code, without Requests <https://gist.github.com/973705>`_.

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 <https://github.com/shazow/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 <https://github.com/shazow/urllib3>`_, which is embedded within Requests.


Testimonials
Expand Down

0 comments on commit 89c90ad

Please sign in to comment.