Skip to content

Commit 1fe10bd

Browse files
Merge pull request #349 from joejoe2/fix-typing-in-wait_for_logs
fix typing in the doc of wait_for_logs
2 parents 8a3a958 + f3c0115 commit 1fe10bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers/core/waiting_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def wait_for_logs(container: "DockerContainer", predicate: Union[Callable, str],
8383
8484
Args:
8585
container: Container whose logs to wait for.
86-
predicate: Predicate that should be satisfied by the logs. If a string, the it is used as
86+
predicate: Predicate that should be satisfied by the logs. If a string, then it is used as
8787
the pattern for a multiline regular expression search.
8888
timeout: Number of seconds to wait for the predicate to be satisfied. Defaults to wait
8989
indefinitely.

0 commit comments

Comments
 (0)