Merge pull request #39 from mrtazz/patch-1

e.g. should be i.e. I guess
This commit is contained in:
Kenneth Reitz
2011-05-23 08:42:52 -07:00
+1 -1
View 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).