diff --git a/src/pretix/base/signals.py b/src/pretix/base/signals.py index e741e77382..a265f4d4fc 100644 --- a/src/pretix/base/signals.py +++ b/src/pretix/base/signals.py @@ -180,7 +180,7 @@ order_paid = EventPluginSignal( """ This signal is sent out every time an order is paid. The order object is given as the first argument. This signal is *not* sent out if an order is marked as paid -because it an already-paid order has been splitted. +because an already-paid order has been split. As with all event-plugin signals, the ``sender`` keyword argument will contain the event. """