]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: fix a comment to match its test case.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Aug 2019 15:27:33 +0000 (11:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Aug 2019 15:27:33 +0000 (11:27 -0400)
mjo/eja/eja_algebra.py

index d90d3f2dcb5f4adc5cd6135ac4151ef63c3166c8..88ceef48a370e21ea10b7afca34057c048579f2d 100644 (file)
@@ -1504,7 +1504,7 @@ class QuaternionHermitianEJA(FiniteDimensionalEuclideanJordanAlgebra):
 
     TESTS:
 
-    The dimension of this algebra is `n^2`::
+    The dimension of this algebra is `2*n^2 - n`::
 
         sage: set_random_seed()
         sage: n = ZZ.random_element(1,4)