Merge "[DOC BLD FIX] Correct reST field lists in docstrings"

This commit is contained in:
Jenkins 2017-07-25 04:33:16 +00:00 committed by Gerrit Code Review
commit eb21b9cef7
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ class RestClient(object):
on the endpoint in the catalog will return a list of supported API
versions.
:return tuple with response headers and list of version numbers
:return: tuple with response headers and list of version numbers
:rtype: tuple
"""
resp, body = self.get('')

View File

@ -161,7 +161,7 @@ class ClientsFactory(object):
:param kwargs: Parameters to be passed to all clients. Parameters
values can be overwritten when clients are initialised, but
parameters cannot be deleted.
:raise ImportError if the specified module_path cannot be imported
:raise ImportError: if the specified module_path cannot be imported
Example::