Skip to content

Commit 742868d

Browse files
committed
Docs: missed param in pre_send signature
[ci skip]
1 parent f8eafba commit 742868d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sending/signals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ without raising any other errors.
6868

6969
Your pre_send receiver must be a function with this signature:
7070

71-
.. function:: def my_pre_send_handler(sender, message, **kwargs):
71+
.. function:: def my_pre_send_handler(sender, message, esp_name, **kwargs):
7272

7373
(You can name it anything you want.)
7474

0 commit comments

Comments
 (0)