]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_element.py
eja: remove the subalgebra bug TODO, it's not a new bug.
[sage.d.git] / mjo / eja / eja_element.py
index 876777eff745fb2610dbce5f6856b6fa619a580b..5a2ff5a2cc97217042868723275fc51d0e97af85 100644 (file)
@@ -910,7 +910,7 @@ class FiniteDimensionalEJAElement(IndexedFreeModuleElement):
         M = matrix([(self.parent().one()).to_vector()])
         old_rank = 1
 
-        # Specifying the row-reduction algorithm can e.g.  help over
+        # Specifying the row-reduction algorithm can e.g. help over
         # AA because it avoids the RecursionError that gets thrown
         # when we have to look too hard for a root.
         #