Skip to content

Commit

Permalink
Add missing backtick to docstring
Browse files Browse the repository at this point in the history
This fixes a sphinx rendering bug
  • Loading branch information
eric-wieser committed Apr 22, 2020
1 parent 03ac21f commit 409bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galgebra/ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 409bb90

Please sign in to comment.