mirror of https://github.com/docker/docker-py.git
Merge pull request #2351 from mildlyincompetent/master
Fix documentation for inspect_secret referring to removal.
This commit is contained in:
commit
a208de9e5b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue