From ec0803b1be161afe4db41d152fe6ed11eb6ff69c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 9 Oct 2018 06:26:07 -0700 Subject: [2.1.x] Capitalized "Python" in docs and comments. Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master. --- django/dispatch/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/dispatch') 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). -- cgit v1.3