From 45b06f2ac792f1e147f4c72d89cbd8b6ad33e2ac Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 20 Feb 2026 15:00:23 -0500 Subject: [PATCH] mjo/clan/clan_operator.py: fix copy/pasted docstring --- mjo/clan/clan_operator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mjo/clan/clan_operator.py b/mjo/clan/clan_operator.py index 14b0daa..28f134f 100644 --- a/mjo/clan/clan_operator.py +++ b/mjo/clan/clan_operator.py @@ -239,8 +239,7 @@ class ClanOperator(Map): def _repr_(self): r""" - A text representation of this linear operator on a Euclidean - Jordan Algebra. + A text representation of this clan operator. SETUP:: -- 2.51.0