Skip to content

Commit aab235b

Browse files
committed
Remove Variable docstring linking
Hide “reference target not found” error
1 parent b86fcfd commit aab235b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfisca_core/taxbenefitsystems/tax_benefit_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def add_variable(self, variable: Variable) -> Variable:
146146
"""Adds an OpenFisca variable to the tax and benefit system.
147147
148148
Args:
149-
variable: The variable to add. Must be a subclass of :class:`Variable`.
149+
variable: The variable to add. Must be a subclass of Variable.
150150
151151
Raises:
152152
VariableNameConflictError: if a variable with the same name have previously been added to the tax and benefit system.

0 commit comments

Comments
 (0)