Fix prune_images docstring

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-08-31 16:09:52 -07:00 committed by Joffrey F
parent 303b303855
commit a49d73e9df
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@ class ImageApiMixin(object):
Args:
filters (dict): Filters to process on the prune list.
Available filters:
- dangling (bool): When set to true (or 1), prune only
unused and untagged images.
- dangling (bool): When set to true (or 1), prune only
unused and untagged images.
Returns:
(dict): A dict containing a list of deleted image IDs and