Skip to content

Commit f3c0115

Browse files
authored
fix typing in the doc wait_for_logs
1 parent 8a3a958 commit f3c0115

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)