summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBrett Koonce <koonce@gmail.com>2013-09-23 17:36:33 -0500
committerTim Graham <timograham@gmail.com>2013-09-23 19:24:40 -0400
commit946a2226eacfcbc4d7996b36fd9944debdf2d8c2 (patch)
tree4f236350b7495985e35920fb28b05fc0228d74cc /docs/ref
parent45969bdeb56dcd1c1670860b37f96c62f977d9fd (diff)
Removed extra p (topppings->toppings)
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index fed8c7b3b5..fa7548f679 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -284,7 +284,7 @@ and then did something like this::
>>> t = Topping.objects.create(...)
>>> p.toppings.add(t)
-the arguments sent to a :data:`m2m_changed` handler (``topppings_changed`` in
+the arguments sent to a :data:`m2m_changed` handler (``toppings_changed`` in
the example above) would be:
============== ============================================================