From 4ffb1a6935c8191c81daed5a1924615ccdc7bd5c Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 7 Jul 2026 16:40:43 +0200 Subject: [PATCH] Fix comment --- src/pretix/base/services/orders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/services/orders.py b/src/pretix/base/services/orders.py index ce99a42565..14231566c1 100644 --- a/src/pretix/base/services/orders.py +++ b/src/pretix/base/services/orders.py @@ -1944,7 +1944,7 @@ class OrderChangeManager: :param addons: A list of dictionaries with the keys ``"addon_to"``, ``"item"``, ``"variation"`` (all ID values), ``"count"``, and ``"price"``. - :param limit_main_positions: By default, the method works on all methods of the order. If you set this to a + :param limit_main_positions: By default, the method works on all positions of the order. If you set this to a queryset or a list of positions, all other positions and their add-ons will be kept untouched. """