Docs: missed param in pre_send signature

[ci skip]
This commit is contained in:
medmunds
2016-05-13 12:17:27 -07:00
parent f8eafba0df
commit 742868d68c

View File

@@ -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.)