summaryrefslogtreecommitdiff
path: root/modules/language/python/module/types.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-05-06 20:07:42 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-05-06 20:07:42 +0200
commit1753734c420edd4a5a641ad8e9c7250534dff136 (patch)
tree334ac95b3bbb7f52ef3d324ce02733506ae7a67c /modules/language/python/module/types.scm
parent3d529f7540ca954131802a832be6811f2815ed0e (diff)
further improvements
Diffstat (limited to 'modules/language/python/module/types.scm')
-rw-r--r--modules/language/python/module/types.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/types.scm b/modules/language/python/module/types.scm
index 840b901..a148426 100644
--- a/modules/language/python/module/types.scm
+++ b/modules/language/python/module/types.scm
@@ -42,7 +42,7 @@ Define names for built-in types that aren't directly accessible as a builtin.
(bool (getattr fget '__isabstractmethod__' #f)))))
(define __get__
- (lam (self instance (= ownerclass None))
+ (lam (self instance (= ownerclass None))
(cond
((eq? instance None)
(if (bool (ref self '__isabstractmethod__))