Skip to content

Commit b86fcfd

Browse files
committed
Fix class name
1 parent 7951044 commit b86fcfd

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 :class:`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)