docstrings
authorKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 04:33:21 +0000 (00:33 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 04:33:21 +0000 (00:33 -0400)
requests/hooks.py

index c5a24c2..59c8269 100644 (file)
@@ -25,7 +25,7 @@ Available hooks:
 import warnings
 
 def dispatch_hook(key, hooks, hook_data):
-    """"""
+    """Dipatches a hook dictionary on a given peice of data."""
 
     hooks = hooks or dict()