fix typo in docstring (#746)

This commit is contained in:
Felix Rindt
2018-01-16 12:36:29 +01:00
committed by Raphael Michel
parent f8cc332ed7
commit 139810c8a5

View File

@@ -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
"""