Fix doc typo

This commit is contained in:
Felix Rindt
2018-03-14 17:13:29 +01:00
committed by Raphael Michel
parent d22d0fdab5
commit 94a2cfe7fc
+1 -1
View File
@@ -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::