Fix docstring typo

This commit is contained in:
Adrian Moennich 2022-03-03 15:29:12 +01:00
parent cd0db11f45
commit 7fb07eb5f3

View File

@ -15,7 +15,7 @@ from indico_payment_paypal import _
def validate_business(form, field):
"""Valiates a PayPal business string.
"""Validates a PayPal business string.
It can either be an email address or a paypal business account ID.
"""