From c8ce5326b4d30f29aaadbb3b81bdcb1cec6b43e8 Mon Sep 17 00:00:00 2001 From: Miles Richardson Date: Tue, 15 Jul 2014 15:19:00 +0800 Subject: [PATCH] fixed typo -- missing "are" in docs/signals.rst --- docs/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signals.rst b/docs/signals.rst index 46342033..c32a5ca2 100644 --- a/docs/signals.rst +++ b/docs/signals.rst @@ -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