Skip to content

Commit c5ccac5

Browse files
authored
Fix docs lines highlighting (#1049)
1 parent 8509b6f commit c5ccac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To understand the flow of the above runs, we can watch the agent in action using
168168

169169
To do this, we need to set up logfire, and add the following to our code:
170170

171-
```python {title="bank_support_with_logfire.py" hl_lines="6-8 20" test="skip" lint="skip"}
171+
```python {title="bank_support_with_logfire.py" hl_lines="6-9 21" test="skip" lint="skip"}
172172
...
173173
from pydantic_ai import Agent, RunContext
174174

0 commit comments

Comments
 (0)