From 84f33f5a79ad489873aa2da9ec3b480ba18fef25 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Nov 2014 13:13:20 -0400 Subject: fix comment --- mop/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mop/__init__.py b/mop/__init__.py index 7d6299b..b75fd67 100644 --- a/mop/__init__.py +++ b/mop/__init__.py @@ -236,8 +236,7 @@ def bootstrap(): )) # here's the better implementation - # note that we can't replace the implementation of the methods implemented - # by the previous gen_reader because that would end up recursive + # we'll replace the accessors generated by the earlier implementation later def gen_reader(name): return lambda self: self.metaclass.all_attributes()[name].value(self) -- cgit v1.2.3-54-g00ecf