From: Kenneth Reitz Date: Sat, 1 Oct 2011 08:36:50 +0000 (-0400) Subject: Typos X-Git-Tag: v0.8.0~94^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47b98bc90f84e1ebd2ca220843df5cb49f6db99a;p=services%2Fpython-requests.git Typos /cc @umbrae --- diff --git a/requests/async.py b/requests/async.py index 78d3d9a..8d84bc9 100644 --- a/requests/async.py +++ b/requests/async.py @@ -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()``. """