1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00

Update docs/topics/signals.txt

Fixed a typo.
This commit is contained in:
nklas 2012-07-25 13:20:26 +07:00
parent 6006c1f076
commit c7ac44e64b

View File

@ -235,7 +235,7 @@ Remember that you're allowed to change this list of arguments at any time, so ge
Sending signals Sending signals
--------------- ---------------
There are two ways to send send signals in Django. There are two ways to send signals in Django.
.. method:: Signal.send(sender, **kwargs) .. method:: Signal.send(sender, **kwargs)
.. method:: Signal.send_robust(sender, **kwargs) .. method:: Signal.send_robust(sender, **kwargs)