mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix spelling in order_gracefully_delete signal
This commit is contained in:
@@ -399,7 +399,7 @@ This signal is sent out every time a test-mode order is being deleted. The order
|
|||||||
is given as the first argument.
|
is given as the first argument.
|
||||||
|
|
||||||
Any plugin receiving this signals is supposed to perform any cleanup necessary at this
|
Any plugin receiving this signals is supposed to perform any cleanup necessary at this
|
||||||
point, so that the underlying oder has no more external constraints that would inhibit
|
point, so that the underlying order has no more external constraints that would inhibit
|
||||||
the deletion of the order.
|
the deletion of the order.
|
||||||
|
|
||||||
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
|
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
|
||||||
|
|||||||
Reference in New Issue
Block a user