From 83acfcfdc423d50912d2488f801fbff0351192f5 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Fri, 26 Jun 2020 16:05:39 -0500 Subject: [PATCH] Fix indentation --- meshmode/dof_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/dof_array.py b/meshmode/dof_array.py index 63c108c1..b26732c3 100644 --- a/meshmode/dof_array.py +++ b/meshmode/dof_array.py @@ -109,7 +109,7 @@ class DOFArray(np.ndarray): (one per :class:`~meshmode.discretization.ElementGroupBase`). :arg actx: If *None*, the arrays in *res_list* must be - :meth:`~meshmode.array_context.ArrayContext.thaw`\ ed. + :meth:`~meshmode.array_context.ArrayContext.thaw`\ ed. """ if not (actx is None or isinstance(actx, ArrayContext)): raise TypeError("actx must be of type ArrayContext") -- GitLab