summaryrefslogtreecommitdiff
path: root/docs
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:25:07 -0400
commitdb98c4888419df10de057978b85f297809e7982f (patch)
tree05ede773776633a37c377b1175f2487a50e5cc0c /docs
parent34f4053409da0338b4592d376e026b8ab1016c6b (diff)
[1.6.x] Removed extra p (topppings->toppings)
Backport of 946a2226ea from master
Diffstat (limited to 'docs')
-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 0253832b8d..3d9570522f 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -288,7 +288,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:
============== ============================================================