summaryrefslogtreecommitdiff
path: root/modules/language/python/module/collections
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/collections
parent3d529f7540ca954131802a832be6811f2815ed0e (diff)
further improvements
Diffstat (limited to 'modules/language/python/module/collections')
-rw-r--r--modules/language/python/module/collections/abc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/collections/abc.scm b/modules/language/python/module/collections/abc.scm
index 4d442d3..37815d8 100644
--- a/modules/language/python/module/collections/abc.scm
+++ b/modules/language/python/module/collections/abc.scm
@@ -504,7 +504,7 @@
(define __len__
(lambda (self) (len (ref self '_mapping)))))
-(define-python-class ItemsView (MappingView Set)
+(define-python-class ItemsView (MappingView Set)
;; Mixins
(define __contains__
(lambda (self x)