Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tBuLi committed Dec 17, 2022
1 parent 81ed348 commit 2443aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingdon/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def _lambdify_mv(free_symbols, mv):

def _func_builder(res_vals: dict, *mvs, name_base: str):
"""
Build a Python functions for the product between given multivectors.
Build a Python function for the product between given multivectors.
:param res_vals: Dict to be converted into a function. The keys correspond to the basis blades in binary,
while the values are strings to be converted into source code.
Expand Down

0 comments on commit 2443aa1

Please sign in to comment.