Skip to content

Commit 1960384

Browse files
committed
Use fully qualified name in docstring
1 parent aa9108a commit 1960384

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
@@ -149,7 +149,7 @@ def add_variable(self, variable: Variable) -> Variable:
149149
variable: The variable to add. Must be a subclass of Variable.
150150
151151
Raises:
152-
VariableNameConflictError: if a variable with the same name have previously been added to the tax and benefit system.
152+
openfisca_core.errors.VariableNameConflictError: if a variable with the same name have previously been added to the tax and benefit system.
153153
154154
"""
155155
return self.load_variable(variable, update = False)

0 commit comments

Comments
 (0)