nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Documentation for iterable properties and method parameters should mention "iterable" instead of "list"

Open sbethur opened this issue 4 years ago • 0 comments

Description of issue

Some properties and method parameters are designed to work with iterables. e.g.: https://github.com/ni/nimi-python/blob/8540e86f00dc4b7aa9dbf5d905275db7255d9c7b/generated/nidigital/nidigital/session.py#L607

offsets can be any iterable object. But the documentation says:

offsets (list of float in seconds or datetime.timedelta):

We should update the documentation, in all such cases, to say something like "iterable of float in seconds...".

sbethur avatar Apr 07 '20 21:04 sbethur