Skip to content

Commit 7bfb547

Browse files
BenDoanshin-
authored andcommitted
removed unused/typoed param from models.containers.list docstring
Signed-off-by: Ben Doan <[email protected]>
1 parent 9a45539 commit 7bfb547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/models/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def list(self, all=False, before=None, filters=None, limit=-1, since=None):
726726
727727
Args:
728728
all (bool): Show all containers. Only running containers are shown
729-
by default trunc (bool): Truncate output
729+
by default
730730
since (str): Show only containers created since Id or Name, include
731731
non-running ones
732732
before (str): Show only container created before Id or Name,

0 commit comments

Comments
 (0)