Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hua7450 authored Jan 7, 2025
1 parent 75f1a34 commit 69fb730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
charitable_cash_donations: 0
charitable_non_cash_donations: 0
output:
chapter_7_bankruptcy_additonal_expense_deductions: 209.58
chapter_7_bankruptcy_additional_expense_deductions: 209.58
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from policyengine_us.model_api import *


class chapter_7_bankruptcy_additonal_expense_deductions(Variable):
class chapter_7_bankruptcy_additional_expense_deductions(Variable):
value_type = float
entity = SPMUnit
label = "Additional expenses deductions"
Expand Down

0 comments on commit 69fb730

Please sign in to comment.