summaryrefslogtreecommitdiff
path: root/django/dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'django/dispatch')
-rw-r--r--django/dispatch/dispatcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/dispatch/dispatcher.py b/django/dispatch/dispatcher.py
index cefc00aad7..910024371b 100644
--- a/django/dispatch/dispatcher.py
+++ b/django/dispatch/dispatcher.py
@@ -182,7 +182,7 @@ class Signal:
Arguments:
sender
- The sender of the signal. Can be any python object (normally one
+ The sender of the signal. Can be any Python object (normally one
registered with a connect if you actually want something to
occur).