summaryrefslogtreecommitdiff
path: root/modules/language/python/with.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/with.scm')
-rw-r--r--modules/language/python/with.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/with.scm b/modules/language/python/with.scm
index eab5c55..0193189 100644
--- a/modules/language/python/with.scm
+++ b/modules/language/python/with.scm
@@ -25,7 +25,7 @@
(lambda ()
(let ((id (enter))) . code))
(#:except #t =>
- (lambda (tag l)
+ (lambda (tag l)
(set! type (if (pyclass? tag)
tag
(aif it (ref tag '__class__)