Skip to content

Commit

Permalink
Merge pull request #1312 from kenbolton/klb/docs
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mjtamlyn committed Jun 27, 2013
2 parents f325f86 + 6fcb7ba commit 88d5f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/signals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 88d5f32

Please sign in to comment.