Skip to content

Commit

Permalink
Docs: missed param in pre_send signature
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
medmunds committed May 13, 2016
1 parent f8eafba commit 742868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sending/signals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ without raising any other errors.

Your pre_send receiver must be a function with this signature:

.. function:: def my_pre_send_handler(sender, message, **kwargs):
.. function:: def my_pre_send_handler(sender, message, esp_name, **kwargs):

(You can name it anything you want.)

Expand Down

0 comments on commit 742868d

Please sign in to comment.