diff --git a/meshmode/interop/nodal_dg.py b/meshmode/interop/nodal_dg.py index 98fc278e43156316b3c8d8ad683e7608e716de3a..1bfca3f6f962c623edd0bad97d49caba6976ac2e 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")