From 2443aa18cb95139678b6b914f4c464c98805b242 Mon Sep 17 00:00:00 2001 From: Martin Roelfs Date: Sat, 17 Dec 2022 12:40:56 +0100 Subject: [PATCH] Fixed typo --- kingdon/codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kingdon/codegen.py b/kingdon/codegen.py index f7eedaa..1dcb47a 100644 --- a/kingdon/codegen.py +++ b/kingdon/codegen.py @@ -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.