From 5b3b1bba3208937f1b998e0bc3fbddb25b0b7c03 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 19 Apr 2015 18:27:05 +0200 Subject: [PATCH] Fix typo --- doc/development/api/ticketoutput.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/api/ticketoutput.rst b/doc/development/api/ticketoutput.rst index eef1ced07..ae8535e3e 100644 --- a/doc/development/api/ticketoutput.rst +++ b/doc/development/api/ticketoutput.rst @@ -14,7 +14,7 @@ Please read :ref:`Creating a plugin ` 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::