From 3fa213e26dd403764febbd650504b5d51219a0a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Wed, 17 Jun 2020 20:06:00 +0200
Subject: [PATCH] Apply suggestion to meshmode/dof_array.py

---
 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 07aa96d4..0bba5971 100644
--- a/meshmode/dof_array.py
+++ b/meshmode/dof_array.py
@@ -126,7 +126,7 @@ def thaw(actx: ArrayContext, ary: np.ndarray) -> np.ndarray:
 
 
 def freeze(ary: np.ndarray) -> np.ndarray:
-    r"""Call :meth:`~meshmode.array_context.arrayContext.freeze` on the element
+    r"""Call :meth:`~meshmode.array_context.ArrayContext.freeze` on the element
     group arrays making up the :class:`DOFArray`, using the
     :class:`~meshmode.array_context.ArrayContext` in *ary*.
 
-- 
GitLab