Skip to content

Commit

Permalink
[FIX] fastapi: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 31, 2023
1 parent 8463de6 commit 639bdf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastapi/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class PagedCollection(BaseModel, Generic[T]):
count: Annotated[
int,
Field(
...,
desciption="Count of items into the system.\n "
description="Count of items into the system.\n "
"Replaces the total field which is deprecated",
validation_alias=AliasChoices("count", "total"),
),
Expand Down

0 comments on commit 639bdf7

Please sign in to comment.