Skip to content

Commit 7dcddc9

Browse files
committed
miepee momento
1 parent f82b749 commit 7dcddc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mars_patcher/auto_generated_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class MarsschemaTitletextItem(typ.TypedDict, total=False):
469469
Text: typ.Annotated[str, '/^[ -~]{0,30}$/']
470470
"""The ASCII text for this line"""
471471

472-
LineNum: typ.Annotated[int, '1 <= value <= 14']
472+
LineNum: typ.Annotated[int, '0 <= value <= 14']
473473
MarsschemaCreditstextItemLinetype = typ.Literal[
474474
'Blank',
475475
'Blue',

0 commit comments

Comments
 (0)