mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
fixed typo (#296)
This commit is contained in:
parent
0f1ac3d08b
commit
fb2e9320c2
|
@ -104,7 +104,7 @@ class Binding(object):
|
|||
@classmethod
|
||||
def delete_receiver(cls, instance, **kwargs):
|
||||
"""
|
||||
Entry point for triggering the binding from save signals.
|
||||
Entry point for triggering the binding from delete signals.
|
||||
"""
|
||||
cls.trigger_outbound(instance, "delete")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user