Skip to content

Commit d308ecd

Browse files
author
Shakeel Mohamed
committed
Fix incorrect docstring in Messsages.value
1 parent 8bff44e commit d308ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

splunklib/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,8 @@ def __init__(self, service, path, **kwargs):
30273027
def value(self):
30283028
"""Returns the message value.
30293029
3030-
:return: The :class:`Loggers` collection.
3030+
:return: The message value.
3031+
:rtype: ``string``
30313032
"""
30323033
return self[self.name]
30333034

0 commit comments

Comments
 (0)