Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 1, 2024
1 parent c0d1f24 commit 569de1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galgebra/mv.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def _make_odd(ga: 'Ga', __name: str, **kwargs) -> Expr:

# aliases
_make_grade2 = _make_bivector
_make_spinor_ = _make_even # alias for compatibility with old code
_make_spinor = _make_even # alias for compatibility with old code
### GSSG: removed alias `_make_even = _make_spinor_`

def __init__(self, *args, ga, recp=None, coords=None, **kwargs):
Expand Down

0 comments on commit 569de1d

Please sign in to comment.