From a72da5f5a0ff97614bb1e6e4c89d3d57ecb0015c Mon Sep 17 00:00:00 2001
From: Alex Fikl <alexfikl@gmail.com>
Date: Mon, 7 Mar 2022 16:49:21 -0600
Subject: [PATCH] Fix sphinx link to ElementGroupFactory (#234)

---
 grudge/discretization.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grudge/discretization.py b/grudge/discretization.py
index 91ef4245..017d91d7 100644
--- a/grudge/discretization.py
+++ b/grudge/discretization.py
@@ -94,7 +94,7 @@ class DiscretizationCollection:
             (typically one of: :class:`grudge.dof_desc.DISCR_TAG_BASE`,
             :class:`grudge.dof_desc.DISCR_TAG_MODAL`, or
             :class:`grudge.dof_desc.DISCR_TAG_QUAD`) to a
-            :class:`~meshmode.discretization.poly_element.ElementGroupFactory`
+            :class:`~meshmode.discretization.ElementGroupFactory`
             indicating with which type of discretization the operations are
             to be carried out, or *None* to indicate that operations with this
             discretization tag should be carried out with the standard volume
-- 
GitLab