Skip to content

Commit cc1bd5b

Browse files
SDK-350 clarify CloudFSFolderFindingHelper.owner expects UserAccount
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 57faabe commit cc1bd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cterasdk/core/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CloudFSFolderFindingHelper = namedtuple('CloudFSFolderFindingHelper', ('name', 'owner'))
1111
CloudFSFolderFindingHelper.__doc__ = 'Tuple holding the name and owner couple to search for folders'
1212
CloudFSFolderFindingHelper.name.__doc__ = 'The name of the CloudFS folder'
13-
CloudFSFolderFindingHelper.owner.__doc__ = 'The name of the owner of the CloudFS folder'
13+
CloudFSFolderFindingHelper.owner.__doc__ = 'The owner of the CloudFS folder as a UserAccount object'
1414

1515

1616
PlatformVersion = namedtuple('PlatformVersion', ('name', 'version'))

0 commit comments

Comments
 (0)