/cc @umbrae
This commit is contained in:
Kenneth Reitz
2011-10-01 04:36:50 -04:00
parent b58433fb74
commit 47b98bc90f
+2 -2
View File
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
"""
reqeusts.async
requests.async
~~~~~~~~~~~~~~
This module contains an asyncronous replica of ``requests.api``, powered
This module contains an asynchronous 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()``.
"""