Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eraviart committed Feb 15, 2023
1 parent fafb8ea commit 7a34284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_france/model/prestations/logement_social.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class logement_social_eligible(Variable):
def formula_2017(famille, period, parameters):
parent_majeur = famille.any(famille.members('majeur', period), role = Famille.PARENT)
logement_social_plafond_ressources = famille('logement_social_plafond_ressources', period)
rfr_n0 = famille.demandeur.foyer_fiscal('rfr', Period(('year', period.start.offset('first-of', 'year')), 1))
rfr_n0 = famille.demandeur.foyer_fiscal('rfr', Period(('year', period.start.offset('first-of', 'year'), 1)))
rfr_n1 = famille.demandeur.foyer_fiscal('rfr', period.last_year)
rfr_n2 = famille.demandeur.foyer_fiscal('rfr', period.n_2)

Expand Down

0 comments on commit 7a34284

Please sign in to comment.