Skip to content

Commit 7401b61

Browse files
author
Shakeel Mohamed
authored
Merge pull request #265 from moshekaplan/patch-2
Correct return type in documentation
2 parents 79ad17a + 66495f9 commit 7401b61

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ If you would like to contribute to the SDK, go here for more information:
294294
<li><a href='http://splunk-base.splunk.com/answers/'>Splunk Answers</a> (use
295295
the <b>sdk</b>, <b>java</b>, <b>python</b>, and <b>javascript</b> tags to
296296
identify your questions)</li>
297-
<li><a href='http://groups.google.com/group/splunkdev'>Splunkdev Google
298-
Group</a></li>
299297
</ul>
300298
3. Splunk will NOT provide support for SDKs if the core library (the
301299
code in the <b>/splunklib</b> directory) has been modified. If you modify an

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3576,7 +3576,7 @@ class KVStoreCollection(Entity):
35763576
def data(self):
35773577
"""Returns data object for this Collection.
35783578
3579-
:rtype: :class:`KVStoreData`
3579+
:rtype: :class:`KVStoreCollectionData`
35803580
"""
35813581
return KVStoreCollectionData(self)
35823582

0 commit comments

Comments
 (0)