Commit 5760fe66 authored by jerry dumblauskas's avatar jerry dumblauskas Committed by Tim Graham
Browse files

Fixed typo in django/dispatch/dispatcher.py docstring.

parent 1e1ac4ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ class Signal(object):
                A function or an instance method which is to receive signals.
                Receivers must be hashable objects.

                If weak is True, then receiver must be weak-referencable.
                If weak is True, then receiver must be weak referenceable.

                Receivers must be able to accept keyword arguments.