Commit 88d5f321 authored by Marc Tamlyn's avatar Marc Tamlyn
Browse files

Merge pull request #1312 from kenbolton/klb/docs

Fix typo
parents f325f869 6fcb7ba8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ If we connected a handler like this::

and then did something like this::

    >>> p = Pizza.object.create(...)
    >>> p = Pizza.objects.create(...)
    >>> t = Topping.objects.create(...)
    >>> p.toppings.add(t)