diff --git a/requests/hooks.py b/requests/hooks.py index c5a24c24..59c82696 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()