diff options
| author | Brett Koonce <koonce@gmail.com> | 2013-09-23 17:36:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-23 19:25:07 -0400 |
| commit | db98c4888419df10de057978b85f297809e7982f (patch) | |
| tree | 05ede773776633a37c377b1175f2487a50e5cc0c /docs | |
| parent | 34f4053409da0338b4592d376e026b8ab1016c6b (diff) | |
[1.6.x] Removed extra p (topppings->toppings)
Backport of 946a2226ea from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
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: ============== ============================================================ |
