Skip to content

Commit 2671d87

Browse files
committed
Fix prune_images docstring
Signed-off-by: Joffrey F <[email protected]>
1 parent 3c9c8b1 commit 2671d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/api/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ def prune_images(self, filters=None):
305305
Args:
306306
filters (dict): Filters to process on the prune list.
307307
Available filters:
308-
- dangling (bool): When set to true (or 1), prune only
309-
unused and untagged images.
308+
- dangling (bool): When set to true (or 1), prune only
309+
unused and untagged images.
310310
311311
Returns:
312312
(dict): A dict containing a list of deleted image IDs and

0 commit comments

Comments
 (0)