Skip to content

Commit 8c9c7d1

Browse files
committed
fix typo
1 parent 3507881 commit 8c9c7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absbox/local/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ def mkLeaseCalc(x):
15301530
case ("byDay", dr, dp):
15311531
return mkTag(("ByDayRate", [dr, mkDatePattern(dp)]))
15321532
case ("byPeriod", rental, period):
1533-
return mkTag(("ByPeriodRetnal", [rental, period]))
1533+
return mkTag(("ByPeriodRental", [rental, period]))
15341534
case _ :
15351535
raise RuntimeError(f"Failed to match {x}:mkLeaseCalc")
15361536

0 commit comments

Comments
 (0)