From: Michael Orlitzky Date: Fri, 26 Feb 2021 16:36:59 +0000 (-0500) Subject: eja: typo fix. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=15aa2f45890263d8d7c195c3a04fadee79147d46 eja: typo fix. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 031359f..60a23c8 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -3202,7 +3202,7 @@ class CartesianProductEJA(CombinatorialFreeModule_CartesianProduct, SETUP:: - sage: from mjo.eja.eja_algebra import random_eja() + sage: from mjo.eja.eja_algebra import random_eja TESTS::