Mis spelling corrections

This commit is contained in:
rocky
2024-03-14 05:39:30 -04:00
parent daf54d2740
commit b88af23406
8 changed files with 16 additions and 18 deletions

View File

@@ -471,7 +471,7 @@ class ComprehensionMixin:
assert store, "Couldn't find store in list/set comprehension"
# A problem created with later Python code generation is that there
# is a lamda set up with a dummy argument name that is then called
# is a lambda set up with a dummy argument name that is then called
# So we can't just translate that as is but need to replace the
# dummy name. Below we are picking out the variable name as seen
# in the code. And trying to generate code for the other parts