From: Kenneth Reitz Date: Mon, 14 Feb 2011 06:26:28 +0000 (-0500) Subject: readme update X-Git-Tag: v0.2.0~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4db03da53fda82cd3ebc75cdb0c2ab89c39d7f6;p=services%2Fpython-requests.git readme update --- diff --git a/README.rst b/README.rst index 0dba114..1029a36 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Requests: The Simple (e.g. usable) HTTP Module Overview -------- -Existing Python modules for dealing HTTP requests are insane. I have to look up *everything* that I want to do. Most of my worst Python experiences (yes, even worse than Logging) are a result of the various built-in HTTP libraries. +Most existing Python modules for dealing HTTP requests are insane. I have to look up *everything* that I want to do. Most of my worst Python experiences are a result of the various built-in HTTP libraries (yes, even worse than Logging). But this one's different. This one's going to be awesome. And simple.