summaryrefslogtreecommitdiff
path: root/modules/language/python/module/copy.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/copy.scm')
-rw-r--r--modules/language/python/module/copy.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/copy.scm b/modules/language/python/module/copy.scm
index 9393aa0..b4387c3 100644
--- a/modules/language/python/module/copy.scm
+++ b/modules/language/python/module/copy.scm
@@ -9,4 +9,4 @@
((#:obj x) x)
(x x)))
(define (copy x) (s ((@@ (persist persistance) copy) x)))
-(define (deepcopy x) (S ((@@ (persist persistance) deep-copy) x)))
+(define (deepcopy x) (s ((@@ (persist persistance) deep-copy) x)))