summaryrefslogtreecommitdiff
path: root/modules/language
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language')
-rw-r--r--modules/language/python/compile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/compile.scm b/modules/language/python/compile.scm
index c5c107a..241005c 100644
--- a/modules/language/python/compile.scm
+++ b/modules/language/python/compile.scm
@@ -465,7 +465,7 @@
((#:yield args)
- `(scm-yield ,@(gen-yargs vs args)))
+ `(scm.yield ,@(gen-yargs vs args)))
((#:yield f args)