From 47b98bc90f84e1ebd2ca220843df5cb49f6db99a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 1 Oct 2011 04:36:50 -0400 Subject: [PATCH] Typos /cc @umbrae --- requests/async.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/async.py b/requests/async.py index 78d3d9a4..8d84bc90 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()``. """