Skip to content

Commit 5700a19

Browse files
committed
fix spelling mistake
1 parent db1630d commit 5700a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydantic_ai_slim/pydantic_ai/models/openrouter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class OpenRouterCompletionMessage(ChatCompletionMessage):
251251

252252

253253
class OpenRouterChoice(Choice):
254-
"""Wraps OpenAI chat completion choice with OpenRouter specific attribures."""
254+
"""Wraps OpenAI chat completion choice with OpenRouter specific attributes."""
255255

256256
native_finish_reason: str
257257
"""The provided finish reason by the downstream provider from OpenRouter."""
@@ -267,7 +267,7 @@ class OpenRouterChoice(Choice):
267267

268268

269269
class OpenRouterChatCompletion(ChatCompletion):
270-
"""Wraps OpenAI chat completion with OpenRouter specific attribures."""
270+
"""Wraps OpenAI chat completion with OpenRouter specific attributes."""
271271

272272
provider: str
273273
"""The downstream provider that was used by OpenRouter."""

0 commit comments

Comments
 (0)