From: Michael Orlitzky Date: Fri, 20 Feb 2026 20:00:23 +0000 (-0500) Subject: mjo/clan/clan_operator.py: fix copy/pasted docstring X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=45b06f2ac792f1e147f4c72d89cbd8b6ad33e2ac;p=sage.d.git mjo/clan/clan_operator.py: fix copy/pasted docstring --- 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::