From: Michael Orlitzky Date: Sun, 30 Jan 2022 23:28:13 +0000 (-0500) Subject: eja: fix a copy/paste error in the docs. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=3844eed972d91ce88b1504818b37ee9428d95c68 eja: fix a copy/paste error in the docs. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 7ab32e2..afd0f55 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2450,7 +2450,7 @@ class OctonionHermitianEJA(HermitianMatrixEJA, RationalBasisEJA, ConcreteEJA): @staticmethod def _max_random_instance_size(max_dimension): r""" - The maximum rank of a random QuaternionHermitianEJA. + The maximum rank of a random OctonionHermitianEJA. """ # There's certainly a formula for this, but with only four # cases to worry about, I'm not that motivated to derive it.