Removed extra p (topppings->toppings)

This commit is contained in:
Brett Koonce 2013-09-23 17:36:33 -05:00 committed by Tim Graham
parent 45969bdeb5
commit 946a2226ea
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ and then did something like this::
>>> t = Topping.objects.create(...) >>> t = Topping.objects.create(...)
>>> p.toppings.add(t) >>> 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: the example above) would be:
============== ============================================================ ============== ============================================================