From: Kenneth Reitz Date: Wed, 17 Aug 2011 04:33:21 +0000 (-0400) Subject: docstrings X-Git-Tag: v0.6.0~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a0eff9c7130371874a07ec74806cc703ebad2cc;p=services%2Fpython-requests.git docstrings --- 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()