forked from CGM_Public/pretix_original
fix typos in doc signal (#687)
This commit is contained in:
committed by
Raphael Michel
parent
e8867d0fbc
commit
41fbf362fa
@@ -180,7 +180,7 @@ order_paid = EventPluginSignal(
|
|||||||
"""
|
"""
|
||||||
This signal is sent out every time an order is paid. The order object is given
|
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
|
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.
|
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user