diff --git a/doc/interop.rst b/doc/interop.rst
index 0af206c51ef6b985ad52f7a27354f8584543d662..b07ac095a8a3769f06fc2fd0b2202fcf0c40ee41 100644
--- a/doc/interop.rst
+++ b/doc/interop.rst
@@ -31,7 +31,7 @@ Converting between :mod:`firedrake` and :mod:`meshmode` is in general
 straightforward. Some language is different:
 
 * In a mesh, a :mod:`meshmode` "element" is a :mod:`firedrake` "cell"
-* A :mod:`meshmode` :class:`Discretization` is a :mod:`firedrake`
+* A :class:`meshmode.Discretization` is a :mod:`firedrake`
   :class:`WithGeometry`, usually
   created by calling the function :func:`firedrake.functionspace.FunctionSpace`
   and referred to as a "function space"