summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/signals.txt2
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)