summaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 4add429..4e5d54c 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -741,7 +741,8 @@ Remove a volume. Similar to the `docker volume rm` command.
* name (str): The volume's name
-**Returns** (bool): True on successful removal. Failure will raise an exception.
+**Returns** (bool): True on successful removal. Failure will raise a
+`docker.errors.APIError` exception.
## rename