From 2a0eff9c7130371874a07ec74806cc703ebad2cc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Aug 2011 00:33:21 -0400 Subject: [PATCH] docstrings --- requests/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/hooks.py b/requests/hooks.py index c5a24c2..59c8269 100644 --- a/requests/hooks.py +++ b/requests/hooks.py @@ -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() -- 2.7.4