e.g. should be i.e. I guess
authorDaniel Schauenberg <d@unwiredcouch.com>
Mon, 23 May 2011 15:39:15 +0000 (08:39 -0700)
committerDaniel Schauenberg <d@unwiredcouch.com>
Mon, 23 May 2011 15:39:15 +0000 (08:39 -0700)
README.rst

index ce4eb5815814429016399ec39dce248133bc9f36..72c30529d4c0f3416b3248907ea6073fc59ea916 100644 (file)
@@ -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).