From d7f71948c19e8ddde1923aa517fdabdc44e1825c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 1 Nov 2019 14:30:27 +0100 Subject: [PATCH] Fix typo in docstring of a signal --- src/pretix/base/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/signals.py b/src/pretix/base/signals.py index 9c0292bf0..e58fd5049 100644 --- a/src/pretix/base/signals.py +++ b/src/pretix/base/signals.py @@ -607,7 +607,7 @@ This signal allows you to modify the availability of a quota. You are passed the ``availability`` result calculated by pretix code or other plugins. ``availability`` is a tuple with the first entry being one of the ``Quota.AVAILABILITY_*`` constants and the second entry being the number of available tickets (or ``None`` for unlimited). You are expected to return a value -of the same time. The parameter ``count_waitinglists`` specifies whether waiting lists should be taken +of the same type. The parameter ``count_waitinglists`` specifies whether waiting lists should be taken into account. **Warning: Use this signal with great caution, it allows you to screw up the performance of the