From: Daniel Schauenberg Date: Mon, 23 May 2011 15:39:15 +0000 (-0700) Subject: e.g. should be i.e. I guess X-Git-Tag: v0.5.0^2~39^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5593f12347419c33063b19a3d9c33fee54348d1b;p=services%2Fpython-requests.git e.g. should be i.e. I guess --- diff --git a/README.rst b/README.rst index ce4eb58..72c3052 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Requests: The Simple (e.g. usable) HTTP Module +Requests: The Simple (i.e. usable) HTTP Module ============================================== 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).