Fix a docs spelling error

This commit is contained in:
Raphael Michel
2018-12-06 10:42:50 +01:00
parent 6849e682d7
commit 0dc4f61cf0

View File

@@ -183,7 +183,7 @@ register_sales_channels = django.dispatch.Signal(
)
"""
This signal is sent out to get all known sales channels types. Receivers should return an
instance of a subclass of pretix.base.channels.SalesChannel or a list of such
instance of a subclass of ``pretix.base.channels.SalesChannel`` or a list of such
instances.
"""