From 139810c8a59e9ffe308f6d8653622145c8a8b0a5 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Tue, 16 Jan 2018 12:36:29 +0100 Subject: [PATCH] fix typo in docstring (#746) --- src/pretix/base/models/orders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/models/orders.py b/src/pretix/base/models/orders.py index 910ce00a68..28665a3518 100644 --- a/src/pretix/base/models/orders.py +++ b/src/pretix/base/models/orders.py @@ -844,7 +844,7 @@ class CartPosition(AbstractPosition): the checkout process. This has all properties of AbstractPosition. :param event: The event this belongs to - :type event: Evnt + :type event: Event :param cart_id: The user session that contains this cart position :type cart_id: str """