Skip to content

Commit 46b5469

Browse files
authored
docs: Fix typo (#790)
1 parent e90e55d commit 46b5469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/evaluation/tutorials/backtesting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ run_filter = f'and(gt(start_time, "{start_time.isoformat()}"), lt(end_time, "{en
145145
prod_runs = list(
146146
client.list_runs(
147147
project_name=project_name,
148-
execution_order=1,
148+
is_root=True,
149149
filter=run_filter,
150150
)
151151
)

0 commit comments

Comments
 (0)