@@ -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