Fix minor typo in comment

pull/13786/head
Thomas Quinot 9 years ago
parent c9a5f7ea7e
commit 2eb22d5536

@ -153,7 +153,7 @@ class Base:
setattr(Base, name, property(getter, setter, deleter))
# Place the value into the instance so that the property can
# process and hold that value/
# process and hold that value.
setattr(self, name, value.default)
def preprocess_data(self, ds):

Loading…
Cancel
Save