From c5ca2ef85eac15ef38d98abaf28e97dd2f04822f Mon Sep 17 00:00:00 2001 From: Kajetan Champlewski Date: Fri, 24 May 2019 15:34:30 +0000 Subject: [PATCH] Fix documentation for inspect_secret referring to removal. Signed-off-by: Kajetan Champlewski --- docker/api/secret.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/api/secret.py b/docker/api/secret.py index fa4c2ab8..e57952b5 100644 --- a/docker/api/secret.py +++ b/docker/api/secret.py @@ -53,7 +53,7 @@ class SecretApiMixin(object): Retrieve secret metadata Args: - id (string): Full ID of the secret to remove + id (string): Full ID of the secret to inspect Returns (dict): A dictionary of metadata