From 543d83cb094ef7b1fe9f5cd61fcc978b99b14ca3 Mon Sep 17 00:00:00 2001 From: Maximilian Bischoff Date: Fri, 14 Dec 2018 17:50:20 +0100 Subject: [PATCH] Fixed a typo in the configs api doc The documentation for id in ConfigApiMixin inspect_config was wrongly mentioning removal of a config Signed-off-by: Maximilian Bischoff --- docker/api/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/api/config.py b/docker/api/config.py index 767bef26..93e5168f 100644 --- a/docker/api/config.py +++ b/docker/api/config.py @@ -42,7 +42,7 @@ class ConfigApiMixin(object): Retrieve config metadata Args: - id (string): Full ID of the config to remove + id (string): Full ID of the config to inspect Returns (dict): A dictionary of metadata