mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix minor typo in comment
This commit is contained in:
parent
c9a5f7ea7e
commit
2eb22d5536
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Base:
|
||||||
setattr(Base, name, property(getter, setter, deleter))
|
setattr(Base, name, property(getter, setter, deleter))
|
||||||
|
|
||||||
# Place the value into the instance so that the property can
|
# 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)
|
setattr(self, name, value.default)
|
||||||
|
|
||||||
def preprocess_data(self, ds):
|
def preprocess_data(self, ds):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue