Skip to content

Commit 9651c10

Browse files
Update compose/testcontainers/compose/__init__.py
follow docstring recommendation from @tillahoffmann Co-authored-by: Till Hoffmann <[email protected]>
1 parent 427c9b8 commit 9651c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/testcontainers/compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class DockerCompose:
1717
pull: Pull images before launching environment.
1818
build: Build images referenced in the configuration file.
1919
env_file: Path to an env file containing environment variables to pass to docker compose.
20-
services: The list of services to be run when starting this DockerCompose.
20+
services: List of services to start.
2121
2222
Example:
2323

0 commit comments

Comments
 (0)