summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/compile.scm')
-rw-r--r--modules/language/python/compile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/language/python/compile.scm b/modules/language/python/compile.scm
index f364e7a..34cc4df 100644
--- a/modules/language/python/compile.scm
+++ b/modules/language/python/compile.scm
@@ -225,8 +225,8 @@
((rsplit) (S 'py-rsplit ))
((splitlines) (S 'py-splitlines))
((startswith) (S 'py-startswith))
- ((swapcase) (S 'py-swapcas))
- ((translate) (S 'py-translate))
+ ((swapcase) (S 'py-swapcase))
+ ((translate) (S 'py-translate))
((zfill) (S 'py-zfill))))
(define (fastfkn x) (hash-ref fasthash x))