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:
b58433f
)
Typos
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 1 Oct 2011 08:36:50 +0000
(
04:36
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 1 Oct 2011 08:36:50 +0000
(
04:36
-0400)
/cc @umbrae
requests/async.py
patch
|
blob
|
history
diff --git
a/requests/async.py
b/requests/async.py
index 78d3d9a49cdc8199b182a1628082195e899f25e5..8d84bc9087e14d14f94e56be4bd9703e58a59993 100644
(file)
--- a/
requests/async.py
+++ b/
requests/async.py
@@
-1,10
+1,10
@@
# -*- coding: utf-8 -*-
"""
-req
eu
sts.async
+req
ue
sts.async
~~~~~~~~~~~~~~
-This module contains an asyncronous replica of ``requests.api``, powered
+This module contains an async
h
ronous replica of ``requests.api``, powered
by gevent. All API methods return a ``Request`` instance (as opposed to
``Response``). A list of requests can be sent with ``map()``.
"""