From 9a2ec85905b5639198acd1782db01433dc5b8a4c Mon Sep 17 00:00:00 2001 From: Thomas Gibson <gibsonthomas1120@hotmail.com> Date: Thu, 13 May 2021 18:04:46 -0500 Subject: [PATCH] Correct docstring for op.norm --- grudge/op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grudge/op.py b/grudge/op.py index 8fe00eb5..f10187f8 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. -- GitLab