adds test for an API
This commit is contained in:
@ -289,7 +289,7 @@ class Property(object):
|
||||
:param propnames: an iterable made of property names
|
||||
:type propnames: iterable of string
|
||||
"""
|
||||
for propname in propname:
|
||||
for propname in propnames:
|
||||
self.append(propname)
|
||||
|
||||
def reset(self):
|
||||
|
Reference in New Issue
Block a user