Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Oct 2, 2024
1 parent cd81e91 commit 6623973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/algorithms/formsplitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6623973

Please sign in to comment.