Skip to content

Commit 7951044

Browse files
committed
Fix doctype reference
1 parent 0f70385 commit 7951044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfisca_core/variables/variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def get_formula(self, period = None):
309309
If no period is given and the variable has several formula, return the oldest formula.
310310
311311
:returns: Formula used to compute the variable
312-
:rtype: Formula
312+
:rtype: :any:`Formula`
313313
314314
"""
315315

0 commit comments

Comments
 (0)