mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
fix typo in docstring (#746)
This commit is contained in:
committed by
Raphael Michel
parent
f8cc332ed7
commit
139810c8a5
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user