Skip to content

Commit 4ed495a

Browse files
committed
fix docstring
1 parent f50e4ec commit 4ed495a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firedrake/interpolation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,12 @@ def _get_callable(
243243
The PETSc matrix type to use when assembling a rank 2 interpolation.
244244
For cross-mesh interpolation, only ``"aij"`` is supported. For same-mesh
245245
interpolation, ``"aij"`` and ``"baij"`` are supported. For same/cross mesh interpolation
246-
between :func:`.MixedFunctionSpace`s, ``"aij"`` and ``"nest"`` are supported.
246+
between :func:`.MixedFunctionSpace`, ``"aij"`` and ``"nest"`` are supported.
247247
For interpolation between input-ordering linked :func:`.VertexOnlyMesh`,
248248
``"aij"``, ``"baij"``, and ``"matfree"`` are supported.
249249
sub_mat_type
250250
The PETSc sub-matrix type to use when assembling a rank 2 interpolation between
251-
:func:`.MixedFunctionSpace`s with ``mat_type="nest"``. Only ``"aij"`` and ``"baij"``
251+
:func:`.MixedFunctionSpace` with ``mat_type="nest"``. Only ``"aij"`` and ``"baij"``
252252
are supported.
253253
"""
254254
pass
@@ -291,7 +291,7 @@ def assemble(
291291
The PETSc matrix type to use when assembling a rank 2 interpolation.
292292
For cross-mesh interpolation, only ``"aij"`` is supported. For same-mesh
293293
interpolation, ``"aij"`` and ``"baij"`` are supported. For same/cross mesh interpolation
294-
between :func:`.MixedFunctionSpace`s, ``"aij"`` and ``"nest"`` are supported.
294+
between :func:`.MixedFunctionSpace`, ``"aij"`` and ``"nest"`` are supported.
295295
For interpolation between input-ordering linked :func:`.VertexOnlyMesh`,
296296
``"aij"``, ``"baij"``, and ``"matfree"`` are supported.
297297
sub_mat_type

0 commit comments

Comments
 (0)