Fix doc condition

This commit is contained in:
FilippoOlivo
2025-03-12 11:32:16 +01:00
committed by Nicola Demo
parent bce9eb66ae
commit 6f97799284
6 changed files with 63 additions and 60 deletions

View File

@@ -18,7 +18,7 @@ class DomainEquationCondition(ConditionInterface):
def __init__(self, domain, equation):
"""
Initialize the DomainEquationCondition, storing the domain and equation.
Initialize the object by storing the domain and equation.
:param DomainInterface domain: Domain object containing the domain data.
:param EquationInterface equation: Equation object containing the