]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_algebra.py
eja: fix a comment to match its test case.
[sage.d.git] / 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)