From 13aff91ae785b1e39948bf0431b96dc189e2b976 Mon Sep 17 00:00:00 2001 From: Brett Koonce <koonce@gmail.com> Date: Mon, 23 Sep 2013 17:36:33 -0500 Subject: [PATCH] [1.5.x] Removed extra p (topppings->toppings) Backport of 946a2226ea from master --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 7cce1b7b7a..bb6eb1037f 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: ============== ============================================================