Skip to content

Commit b4eb3b9

Browse files
authored
Merge pull request #1831 from asottile/patch-1
container: fix docstring for containers()
2 parents 94e3d3d + 9d23278 commit b4eb3b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/api/container.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ def containers(self, quiet=False, all=False, trunc=False, latest=False,
139139
Args:
140140
quiet (bool): Only display numeric Ids
141141
all (bool): Show all containers. Only running containers are shown
142-
by default trunc (bool): Truncate output
142+
by default
143+
trunc (bool): Truncate output
143144
latest (bool): Show only the latest created container, include
144145
non-running ones.
145146
since (str): Show only containers created since Id or Name, include

0 commit comments

Comments
 (0)