From ebfba8d4c3136015c73cd164202099cc1787c0e5 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 8 Nov 2018 17:08:41 -0800 Subject: [PATCH] Fix incorrect return info for inspect_service Signed-off-by: Joffrey F --- docker/api/service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/api/service.py b/docker/api/service.py index 8b956b63..08e25917 100644 --- a/docker/api/service.py +++ b/docker/api/service.py @@ -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`