Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Apr 26, 2024
1 parent ce76ad1 commit 6b040a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tracing/faq/querying_traces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ from tqdm.auto import tqdm\n
client = Client()
project_name = "my-project"
num_days = 30\n
# List all tool runs\n
# List all tool runs
tool_runs = client.list_runs(
project_name=project_name,
start_time=datetime.now() - timedelta(days=num_days),
Expand Down

0 comments on commit 6b040a9

Please sign in to comment.