diff options
| author | nklas <niclas@kotro.se> | 2012-07-25 13:20:26 +0700 |
|---|---|---|
| committer | nklas <niclas@kotro.se> | 2012-07-25 13:20:26 +0700 |
| commit | c7ac44e64ba0862e77753bf4859102bb1dbfe883 (patch) | |
| tree | 80f179021eb026f876eca082660368bcbec84739 | |
| parent | 6006c1f076ae7661a601ab6efa4087caf935fbba (diff) | |
Update docs/topics/signals.txt
Fixed a typo.
| -rw-r--r-- | docs/topics/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/signals.txt b/docs/topics/signals.txt index fa668cc8c7..db1bcb03df 100644 --- a/docs/topics/signals.txt +++ b/docs/topics/signals.txt @@ -235,7 +235,7 @@ Remember that you're allowed to change this list of arguments at any time, so ge 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_robust(sender, **kwargs) |
