From 4799c105a2ae3a8747d3a98702cd405b89e069a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sat, 12 Dec 2020 01:02:47 +0100 Subject: [PATCH] Fix missing space in nodal-dg interop docs --- meshmode/interop/nodal_dg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/interop/nodal_dg.py b/meshmode/interop/nodal_dg.py index 98fc278e..1bfca3f6 100644 --- a/meshmode/interop/nodal_dg.py +++ b/meshmode/interop/nodal_dg.py @@ -76,7 +76,7 @@ class NodalDGContext(object): .. warning:: - High-order geometryinformation is currently silently ignored. + High-order geometry information is currently silently ignored. """ if len(mesh.groups) != 1: raise ValueError("mesh must have exactly one element group") -- GitLab