diff --git a/src/pretix/base/forms/questions.py b/src/pretix/base/forms/questions.py index f7e39b9325..bab14d053d 100644 --- a/src/pretix/base/forms/questions.py +++ b/src/pretix/base/forms/questions.py @@ -665,7 +665,7 @@ def get_fake_attendee_questions(settings): class BaseQuestionsForm(forms.Form): """ - This form class is responsible for asking order- and ticket-related questions. + This is the base form class responsible for asking order- or ticket-related questions. """ address_validation = False