Commit 946a2226 authored by Brett Koonce's avatar Brett Koonce Committed by Tim Graham
Browse files

Removed extra p (topppings->toppings)

parent 45969bde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,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:

==============  ============================================================