aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-11-01 13:13:20 -0400
committerJesse Luehrs <doy@tozt.net>2014-11-01 13:13:20 -0400
commit84f33f5a79ad489873aa2da9ec3b480ba18fef25 (patch)
treeab5d870c96eab08dbe69ab2d9be7626b16f643bc
parent116377d8b87a6c97108a26f2c8d04925cf4f8ef9 (diff)
downloadpython-mop-84f33f5a79ad489873aa2da9ec3b480ba18fef25.tar.gz
python-mop-84f33f5a79ad489873aa2da9ec3b480ba18fef25.zip
fix comment
-rw-r--r--mop/__init__.py3
1 files changed, 1 insertions, 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)