Skip to content

Commit

Permalink
Fix typo in entities doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Sep 9, 2021
1 parent a83ffe5 commit 1fbfa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/entities/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_variable(self, variable_name: str, check_existence: bool = False) -> Opt
``check_existence`` is True.
.. seealso::
Method :meth:``TaxBenefitSystem.get_variable`.
Method :meth:`TaxBenefitSystem.get_variable`.
.. versionchanged:: 35.5.0
Now also returns None when :attr:`.variable` is not defined.
Expand Down

0 comments on commit 1fbfa33

Please sign in to comment.