Skip to content

Commit 90db5ac

Browse files
committed
spelling
1 parent 6625f7f commit 90db5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/_run_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class RunContext(Generic[RunContextAgentDepsT]):
6161
partial_output: bool = False
6262
"""Whether the output passed to an output validator is partial."""
6363
run_id: str | None = None
64-
""""Unique identifer for the agent run."""
64+
""""Unique identifier for the agent run."""
6565

6666
@property
6767
def last_attempt(self) -> bool:

0 commit comments

Comments
 (0)