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:19 -0400 |
| commit | 13aff91ae785b1e39948bf0431b96dc189e2b976 (patch) | |
| tree | 4a566b44f45ecfec209f8f3ca3177f5a8e8c7107 /docs/ref | |
| parent | 959adcc1def92550966eef05622c3de30bebf855 (diff) | |
[1.5.x] Removed extra p (topppings->toppings)
Backport of 946a2226ea from master
Diffstat (limited to 'docs/ref')
| -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 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: ============== ============================================================ |
