summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-09-22 22:20:43 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-09-22 22:20:43 +0200
commit6cb199ed027f0ce56dd2b3f1c94f7edc3a53c026 (patch)
treee1bc36999d45a1831004aa0f30312cbbb99cdfba /modules/language/python/compile.scm
parent955540d6a0452c14d476bc166970024555c13b79 (diff)
bugfix of string
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))