Skip to content

Commit

Permalink
fix param name in title
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 18, 2023
1 parent 8b9ad9f commit 3c624bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/calcfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def Adj(e03150, e03210, c03260,
@iterate_jit(nopython=True)
def ALD_InvInc_ec_base(p22250, p23250, sep,
e00300, e00600, e01100, e01200, MARS,
invinc_ec_base, Capital_loss_limitaion):
invinc_ec_base, Capital_loss_limitation):
"""
Computes invinc_ec_base.
Expand Down

0 comments on commit 3c624bb

Please sign in to comment.