Skip to content

Commit

Permalink
fix: newly found typo in matrix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jan 6, 2025
1 parent 603c966 commit 6c69139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytential/symbolic/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(self,
that the builder is evaluating.
:arg other_dep_exprs: symbolic expressions for the remaining input
block columns.
:arg dep_discr: a concerete :class:`~meshmode.discretization.Discretization`
:arg dep_discr: a concrete :class:`~meshmode.discretization.Discretization`
for the given *dep_expr*.
:arg places: a :class:`~pytential.collection.GeometryCollection`
for all the sources and targets the builder is expected to
Expand Down

0 comments on commit 6c69139

Please sign in to comment.