projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3189d86
)
e.g. should be i.e. I guess
author
Daniel Schauenberg
<d@unwiredcouch.com>
Mon, 23 May 2011 15:39:15 +0000
(08:39 -0700)
committer
Daniel Schauenberg
<d@unwiredcouch.com>
Mon, 23 May 2011 15:39:15 +0000
(08:39 -0700)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index ce4eb5815814429016399ec39dce248133bc9f36..72c30529d4c0f3416b3248907ea6073fc59ea916 100644
(file)
--- 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).