Skip to content

Commit 66495f9

Browse files
authored
Correct return type in documentation
1 parent a245a4e commit 66495f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3569,7 +3569,7 @@ class KVStoreCollection(Entity):
35693569
def data(self):
35703570
"""Returns data object for this Collection.
35713571
3572-
:rtype: :class:`KVStoreData`
3572+
:rtype: :class:`KVStoreCollectionData`
35733573
"""
35743574
return KVStoreCollectionData(self)
35753575

0 commit comments

Comments
 (0)