From 409bb90ce6988dd34b6b83b83f8dee1f654a851f Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Wed, 22 Apr 2020 15:15:04 +0100 Subject: [PATCH] Add missing backtick to docstring This fixes a sphinx rendering bug --- galgebra/ga.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galgebra/ga.py b/galgebra/ga.py index 60df5c01..2fd19697 100644 --- a/galgebra/ga.py +++ b/galgebra/ga.py @@ -226,7 +226,7 @@ class Ga(metric.Metric): .. attribute:: wedge_table_dict - Outer products of basis blades as a :class:`lazy_dict`, ``{base1*base2: Expansion of base1^base2,...}` + Outer products of basis blades as a :class:`lazy_dict`, ``{base1*base2: Expansion of base1^base2,...}`` .. attribute:: dot_table_dict