Typos
authorKenneth Reitz <me@kennethreitz.com>
Sat, 1 Oct 2011 08:36:50 +0000 (04:36 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 1 Oct 2011 08:36:50 +0000 (04:36 -0400)
/cc @umbrae

requests/async.py

index 78d3d9a49cdc8199b182a1628082195e899f25e5..8d84bc9087e14d14f94e56be4bd9703e58a59993 100644 (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()``.
 """