mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
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
|
||||
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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user