Skip to content

Commit

Permalink
Merge branch 'main' into dolci/add_option_ufl_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Apr 18, 2024
2 parents 7aa8c91 + aa94d9b commit c98a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/argument.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __getnewargs__(self):
return (self._ufl_function_space, self._number, self._part)

def __init__(self, function_space, number, part=None):
"""initialise."""
"""Initialise."""
if not isinstance(function_space, AbstractFunctionSpace):
raise ValueError("Expecting a FunctionSpace.")

Expand Down

0 comments on commit c98a3d4

Please sign in to comment.