From d73814cd1fe6fc32fb760eac25ce8aba8198d301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 17 Jun 2020 20:06:32 +0200 Subject: [PATCH] Apply suggestion to meshmode/array_context.py --- meshmode/array_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/array_context.py b/meshmode/array_context.py index d2e5da66..1dfa0050 100644 --- a/meshmode/array_context.py +++ b/meshmode/array_context.py @@ -103,7 +103,7 @@ class ArrayContext: It must have :class:`loopy.Options.return_dict` set. :return: a :class:`dict` of outputs from the program, each an - array understood by the context. + array understood by the context. """ raise NotImplementedError -- GitLab