mirror of https://github.com/docker/docker-py.git
Fix incorrect return info for inspect_service
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
bc45e71c55
commit
ebfba8d4c3
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue