Skip to content

Commit dc10a0a

Browse files
Update service/models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9188279 commit dc10a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class CharacterSearchBody(BaseModel):
4949
)
5050
pretty: bool | str | None = Field(None, description=f"Pretty print the result set. {_TF_TEXT}")
5151
prune: bool | str | None = Field(None, description=f"Remove keys with null values. {_TF_TEXT}")
52-
random: bool | str | None = Field(None, description=f"Returns array of random superheros based on limit. {_TF_TEXT}")
52+
random: bool | str | None = Field(None, description=f"Returns array of random superheroes based on limit. {_TF_TEXT}")
5353
s: list[SortParam | dict[str, Any]] | str | None = Field(None, description="Columns to sort on. Either a string or Array of sort objects")
5454
seed: bool | str | None = Field(None, description=f"Keep the same random characters on multiple requests. {_TF_TEXT}")
5555
universe: str | None = None

0 commit comments

Comments
 (0)