From 94a2cfe7fcab16fb7f375695f1067de71124d74a Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Sun, 11 Mar 2018 19:08:57 +0100 Subject: [PATCH] Fix doc typo --- doc/development/api/invoice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/api/invoice.rst b/doc/development/api/invoice.rst index d2136d044..03a398f45 100644 --- a/doc/development/api/invoice.rst +++ b/doc/development/api/invoice.rst @@ -13,7 +13,7 @@ Output registration ------------------- The invoice renderer 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 +does use a signal to get a list of all available invoice renderers. Your plugin should listen for this signal and return the subclass of ``pretix.base.invoice.BaseInvoiceRenderer`` that we'll provide in this plugin::