Browse Source

Update docs/topics/signals.txt

Fixed a typo.
nklas 12 years ago
parent
commit
c7ac44e64b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/signals.txt

+ 1 - 1
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)