fixed typo -- missing "are" in docs/signals.rst

This commit is contained in:
Miles Richardson 2014-07-15 15:19:00 +08:00
parent 577581665c
commit c8ce5326b4
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ signal subscribers::
model_saved.send(self)
Try to always pick a good sender. If you have a class that is emitting a
signal, pass `self` as sender. If you emitting a signal from a random
signal, pass `self` as sender. If you are emitting a signal from a random
function, you can pass ``current_app._get_current_object()`` as sender.
.. admonition:: Passing Proxies as Senders