diff --git a/ufl/algorithms/formsplitter.py b/ufl/algorithms/formsplitter.py index a2627ad2e..e9fefaf68 100644 --- a/ufl/algorithms/formsplitter.py +++ b/ufl/algorithms/formsplitter.py @@ -82,7 +82,7 @@ def multi_index(self, obj): return obj def restricted(self, o): - """Apply to a restricted function""" + """Apply to a restricted function.""" # If we hit a restriction first apply form splitter to argument, then check for zero op_split = map_expr_dag(self, o.ufl_operands[0]) if isinstance(op_split, Zero):