Fix incorrect return info for inspect_service

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-11-08 17:08:41 -08:00
parent bc45e71c55
commit ebfba8d4c3
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ class ServiceApiMixin(object):
into the service inspect output.
Returns:
``True`` if successful.
(dict): A dictionary of the server-side representation of the
service, including all relevant properties.
Raises:
:py:class:`docker.errors.APIError`