Skip to content

Commit 09bb972

Browse files
authored
Update bank_support.py-- fix docstring typo (#143)
1 parent bda1daf commit 09bb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_examples/bank_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Run with:
44
5-
uv run -m pydantic_ai_examples.bank_supports
5+
uv run -m pydantic_ai_examples.bank_support
66
"""
77

88
from dataclasses import dataclass

0 commit comments

Comments
 (0)