Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Nov 19, 2024
1 parent ad38d3a commit 679bce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/basix/ufl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@ def _compute_signature(element: _basix.finite_element.FiniteElement) -> str:
return signature


@functools.singledisptach
@functools.singledispatch
def element(
family: _typing.Union[_basix.ElementFamily, str],
cell: _typing.Union[_basix.CellType, str],
Expand Down

0 comments on commit 679bce7

Please sign in to comment.