This commit is contained in:
Raphael Michel
2015-04-19 18:27:05 +02:00
parent 8b88878b8d
commit 5b3b1bba32
+1 -1
View File
@@ -14,7 +14,7 @@ Please read :ref:`Creating a plugin <pluginsetup>` first, if you haven't already
Output registration
-------------------
The payment provider API does not make a lot of usage from signals, however, it
The ticket output API does not make a lot of usage from signals, however, it
does use a signal to get a list of all available ticket outputs. Your plugin
should listen for this signal and return the subclass of ``pretix.base.ticketoutput.BaseTicketOutput``
that we'll soon create::