From 9a1d90d184d5830f4bc31b1c328e0c4ed066f2d0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 25 Feb 2011 04:43:18 -0500 Subject: [PATCH] Proper async module docs --- requests/async.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requests/async.py b/requests/async.py index 88daa16..813f45c 100644 --- a/requests/async.py +++ b/requests/async.py @@ -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. -- 2.34.1