diff --git a/grudge/op.py b/grudge/op.py
index 8fe00eb5e47b3ef149925148f9348194210f262e..f10187f87c0c1542f5f804ec26ac95e11d30edb4 100644
--- a/grudge/op.py
+++ b/grudge/op.py
@@ -819,7 +819,7 @@ def norm(dcoll, vec, p, dd=None):
         where the last axis of the array must have length
         matching the volume dimension.
     :arg p: an integer denoting the order of the integral norm. For example,
-        `p` can be 1, 2, or `numpy.inf`.
+        `p` can be 2, or `numpy.inf`.
     :arg dd: a :class:`~grudge.dof_desc.DOFDesc`, or a value convertible to one.
         Defaults to the base volume discretization if not provided.
     :returns: an integer denoting the norm.