Skip to content

Commit 4725053

Browse files
authored
Fixed Typo in Question Graph Sub Command (#702)
1 parent f01f099 commit 4725053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pydantic_ai_examples/question_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def run_as_cli(answer: str | None):
173173
except (IndexError, AssertionError):
174174
print(
175175
'Usage:\n'
176-
' uv run -m pydantic_ai_examples.question_graph meriad\n'
176+
' uv run -m pydantic_ai_examples.question_graph mermaid\n'
177177
'or:\n'
178178
' uv run -m pydantic_ai_examples.question_graph continuous\n'
179179
'or:\n'

0 commit comments

Comments
 (0)