Skip to content

Commit bc356c7

Browse files
Update service/routes/marvel.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb0cf11 commit bc356c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/routes/marvel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def marvel_get_base(
172172
nulls: Annotated[Optional[Literal["first", "last"]], Query(description="Sort null values either 'first' or 'last' in the sort order.")] = None,
173173
pretty: Annotated[Optional[str], Query(description=f"Pretty print the result set. {_TF_TEXT}")] = None,
174174
prune: Annotated[Optional[str], Query(description=f"Remove keys with null values. {_TF_TEXT}")] = None,
175-
random: Annotated[Optional[str], Query(description=f"Returns array of random superheros based on limit. {_TF_TEXT}")] = None,
175+
random: Annotated[Optional[str], Query(description=f"Returns array of random superheroes based on limit. {_TF_TEXT}")] = None,
176176
s: Annotated[Optional[str], Query(description="Columns to sort on.")] = None,
177177
seed: Annotated[Optional[str], Query(description=f"Keep the same random characters on multiple requests. {_TF_TEXT}")] = None,
178178
universe: Annotated[Optional[str], Query(include_in_schema=False)] = None,

0 commit comments

Comments
 (0)