Proper async module docs
authorKenneth Reitz <me@kennethreitz.com>
Fri, 25 Feb 2011 09:43:18 +0000 (04:43 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 25 Feb 2011 09:43:18 +0000 (04:43 -0500)
requests/async.py

index 88daa1624e3fe30126297bb58078a6b69361bbc4..813f45ca7b722532671ce77e0be0b74631c12d08 100644 (file)
@@ -1,10 +1,11 @@
 # -*- coding: utf-8 -*-
 
 """
-    requests.core
-    ~~~~~~~~~~~~~
+    requests.async
+    ~~~~~~~~~~~~~~
 
-    This module implements the main Requests system.
+    This module implements the main Requests system, after monkey-patching
+    the urllib2 module with eventlet or gevent..
 
     :copyright: (c) 2011 by Kenneth Reitz.
     :license: ISC, see LICENSE for more details.