fix typos in doc signal (#687)

This commit is contained in:
Jakob Schnell
2017-11-25 14:31:09 +01:00
committed by Raphael Michel
parent e8867d0fbc
commit 41fbf362fa

View File

@@ -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.
""" """