Skip to content

Commit

Permalink
Fix doctype reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Jun 16, 2022
1 parent d182b83 commit 6a205e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/variables/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_formula(self, period = None):
If no period is given and the variable has several formula, return the oldest formula.
:returns: Formula used to compute the variable
:rtype: Formula
:rtype: :any:`Formula`
"""

Expand Down

0 comments on commit 6a205e4

Please sign in to comment.