From d4db03da53fda82cd3ebc75cdb0c2ab89c39d7f6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Feb 2011 01:26:28 -0500 Subject: [PATCH] readme update --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1