From c0be574974790b746263927f61b11e74c6fbcb97 Mon Sep 17 00:00:00 2001 From: Johannes Lauinger Date: Thu, 19 Sep 2019 17:44:26 +0200 Subject: [PATCH] docs: fix BaseDataShredder class documentation The BaseDataShredder documentation contained two references to BaseInvoiceRenderer, probably due to a minor copy/paste mistake --- doc/development/api/shredder.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/api/shredder.rst b/doc/development/api/shredder.rst index d498ddb3d9..3e1c91ad85 100644 --- a/doc/development/api/shredder.rst +++ b/doc/development/api/shredder.rst @@ -35,9 +35,9 @@ The shredder class .. class:: pretix.base.shredder.BaseDataShredder - The central object of each invoice renderer is the subclass of ``BaseInvoiceRenderer``. + The central object of each data shredder is the subclass of ``BaseDataShredder``. - .. py:attribute:: BaseInvoiceRenderer.event + .. py:attribute:: BaseDataShredder.event The default constructor sets this property to the event we are currently working for.