]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: fix a copy/paste error in the docs.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 30 Jan 2022 23:28:13 +0000 (18:28 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 30 Jan 2022 23:28:13 +0000 (18:28 -0500)
mjo/eja/eja_algebra.py

index 7ab32e25219e5f35d1d99386f2c69a67ffb034e5..afd0f55c103c885315e99bc90afe647262aadfbd 100644 (file)
@@ -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.