From 81f2b9db305a723b4113fe49c97ea3996cb14b39 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 29 Jan 2021 10:32:35 +0100 Subject: [PATCH] Fix typo in docstring --- src/pretix/base/payment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index 65dc60026..e38778193 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -718,7 +718,7 @@ class BasePaymentProvider: return a very short version of the payment method. Usually, this should return e.g. a transaction ID or account identifier, but no information on status, dates, etc. - The default implementation falls back to payment_presa_elrender. + The default implementation falls back to ``payment_presale_render``. :param order: The order object """