We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3507881 commit 8c9c7d1Copy full SHA for 8c9c7d1
absbox/local/component.py
@@ -1530,7 +1530,7 @@ def mkLeaseCalc(x):
1530
case ("byDay", dr, dp):
1531
return mkTag(("ByDayRate", [dr, mkDatePattern(dp)]))
1532
case ("byPeriod", rental, period):
1533
- return mkTag(("ByPeriodRetnal", [rental, period]))
+ return mkTag(("ByPeriodRental", [rental, period]))
1534
case _ :
1535
raise RuntimeError(f"Failed to match {x}:mkLeaseCalc")
1536
0 commit comments