summaryrefslogtreecommitdiff
path: root/modules/language/python/module/collections
diff options
context:
space:
mode:
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)