mirror of https://github.com/docker/docker-py.git
Fix documentation for inspect_secret referring to removal.
Signed-off-by: Kajetan Champlewski <contact@kajetan.ch>
This commit is contained in:
parent
1ef822afee
commit
c5ca2ef85e
|
@ -53,7 +53,7 @@ class SecretApiMixin(object):
|
||||||
Retrieve secret metadata
|
Retrieve secret metadata
|
||||||
|
|
||||||
Args:
|
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
|
Returns (dict): A dictionary of metadata
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue