From 0a200de41c1d294c58da963f0f86ee1fbc7366d9 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Fri, 18 Oct 2019 12:07:33 +0200 Subject: [PATCH] Fix spelling in order_gracefully_delete signal --- src/pretix/base/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/signals.py b/src/pretix/base/signals.py index 9863ed5a6..9c0292bf0 100644 --- a/src/pretix/base/signals.py +++ b/src/pretix/base/signals.py @@ -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. 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. As with all event-plugin signals, the ``sender`` keyword argument will contain the event.