aboutsummaryrefslogtreecommitdiff
path: root/requests/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests/hooks.py')
-rw-r--r--requests/hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/hooks.py b/requests/hooks.py
index 2938029..f9cf480 100644
--- a/requests/hooks.py
+++ b/requests/hooks.py
@@ -26,7 +26,7 @@ import warnings
def dispatch_hook(key, hooks, hook_data):
- """Dipatches a hook dictionary on a given peice of data."""
+ """Dispatches a hook dictionary on a given piece of data."""
hooks = hooks or dict()