Skip to content

Commit c88c6ff

Browse files
committed
Fix docstring of Service.splunk_version to not indicate a particular length of the returned tuple.
1 parent 9ceec4c commit c88c6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splunklib/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ def splunk_version(self):
588588
"""Returns the version of the splunkd instance this object is attached
589589
to.
590590
591-
The version is returned as a three-tuple of the version components as
592-
integers (for example, `(4,3,3)` or `(5,0,0)`).
591+
The version is returned as a tuple of the version components as
592+
integers (for example, `(4,3,3)` or `(5,)`).
593593
594594
:return: A ``tuple`` of ``integers``.
595595
"""

0 commit comments

Comments
 (0)