Skip to content

Commit 53e8cab

Browse files
committed
fix python docs
1 parent 549bc14 commit 53e8cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/crossplay_python/python_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ class TrapType(Enum):
474474
"""
475475
RAT_TRAP = (30, 50, 20, 15, 25, 2)
476476
CAT_TRAP = (10, 100, 20, 10, 10, 2)
477-
NONE = (0, 0, 0, 0, 0, 0, 0)
477+
NONE = (0, 0, 0, 0, 0, 0)
478478

479479
def ordinal(self) -> int:
480480
"""

0 commit comments

Comments
 (0)