]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_algebra.py
eja: fix incorrect usage of "Jordan axiom" -- I meant "associativity."
[sage.d.git] / mjo / eja / eja_algebra.py
index 3f2127d7df9b811a599ba1da01b7b100ab0a5573..02ed966540132c07af408a1a9fb4e6eebc220c31 100644 (file)
@@ -406,8 +406,8 @@ class FiniteDimensionalEuclideanJordanAlgebra(CombinatorialFreeModule):
 
         EXAMPLES:
 
-        Our inner product satisfies the Jordan axiom, which is also
-        referred to as "associativity" for a symmetric bilinear form::
+        Our inner product is "associative," which means the following for
+        a symmetric bilinear form::
 
             sage: set_random_seed()
             sage: J = random_eja()