Skip to content

Commit 32ede64

Browse files
Fix comment
1 parent 3f85e06 commit 32ede64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tilebox-workflows/tilebox/workflows/jobs

tilebox-workflows/tilebox/workflows/jobs/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def query(
190190
name: A name to filter jobs by. If specified, only jobs with a matching name are returned. The match is
191191
case-insensitive and uses a fuzzy matching scheme.
192192
task_states: A task state or list of task states to filter jobs by. If specified, only jobs that have at
193-
least one task in all of the selected states are returned.
193+
least one task in any of the selected states are returned.
194194
195195
Returns:
196196
A list of jobs matching the given filters.

0 commit comments

Comments
 (0)