Skip to content

Commit 1f6e7c6

Browse files
author
David Noble
committed
Documentation fixup
Signed-off-by: David Noble <[email protected]>
1 parent 713cd8f commit 1f6e7c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

splunklib/searchcommands/search_command.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ def search_results_info(self):
175175
need not set it. The :code:`requires_srinfo` setting is false by
176176
default. Hence, you must set it.
177177
178-
:return: :class:SearchResultsInfo, if :code:`enableheader` and
179-
:code:`requires_srinfo` are both :code:`true`. Otherwise, if either
180-
:code:`enableheader` or :code:`requires_srinfo` are :code:`false`,
181-
a value of :code:`None` is returned.
178+
:return: :class:`SearchResultsInfo`, if :code:`enableheader` and
179+
:code:`requires_srinfo` are both :code:`true`. Otherwise, if either
180+
:code:`enableheader` or :code:`requires_srinfo` are :code:`false`,
181+
a value of :code:`None` is returned.
182182
183183
"""
184184
if self._search_results_info is not None:
@@ -242,10 +242,10 @@ def service(self):
242242
need not set it. The :code:`requires_srinfo` setting is false by
243243
default. Hence, you must set it.
244244
245-
:return: :class:splunklib.client.Service, if :code:`enableheader` and
246-
:code:`requires_srinfo` are both :code:`true`. Otherwise, if either
247-
:code:`enableheader` or :code:`requires_srinfo` are :code:`false`,
248-
a value of :code:`None` is returned.
245+
:return: :class:`splunklib.client.Service`, if :code:`enableheader` and
246+
:code:`requires_srinfo` are both :code:`true`. Otherwise, if either
247+
:code:`enableheader` or :code:`requires_srinfo` are :code:`false`,
248+
a value of :code:`None` is returned.
249249
250250
"""
251251
if self._service is not None:

0 commit comments

Comments
 (0)