Skip to content

Commit

Permalink
Proper async module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Feb 25, 2011
1 parent 22798ca commit 9a1d90d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requests/async.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9a1d90d

Please sign in to comment.