Skip to content

Commit

Permalink
Merge branch 'main' into async
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed May 20, 2024
2 parents d4bd374 + b706aea commit 55f5090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coaster/views/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def wrapper(*args: _VP.args, **kwargs: _VP.kwargs) -> _VR_co:
def requestvalues(
*args: Union[str, tuple[str, Callable[[str], Any]]],
) -> Callable[[Callable[_VP, _VR_co]], Callable[_VP, _VR_co]]:
"""Like :func:`requestargs`, but loads from request.values (query or form)."""
"""Like :func:`requestargs`, but loads from request.values (args+form)."""
return requestargs(*args, source='values')


Expand Down

0 comments on commit 55f5090

Please sign in to comment.