From 62d5ba7426cdf164ab6f0f92e6adcde6c6f98a2b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 1 Feb 2022 18:29:17 -0500 Subject: [PATCH] eja: add an "r" to a docstring. --- mjo/eja/eja_algebra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index a5653a3..7fd8578 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -1,4 +1,4 @@ -""" +r""" Representations and constructions for Euclidean Jordan algebras. A Euclidean Jordan algebra is a Jordan algebra that has some -- 2.43.2