Skip to content

Commit ebfba8d

Browse files
committed
Fix incorrect return info for inspect_service
Signed-off-by: Joffrey F <[email protected]>
1 parent bc45e71 commit ebfba8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/api/service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ def inspect_service(self, service, insert_defaults=None):
197197
into the service inspect output.
198198
199199
Returns:
200-
``True`` if successful.
200+
(dict): A dictionary of the server-side representation of the
201+
service, including all relevant properties.
201202
202203
Raises:
203204
:py:class:`docker.errors.APIError`

0 commit comments

Comments
 (0)