We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac7ae5 commit 281505aCopy full SHA for 281505a
src/webargs/core.py
@@ -324,7 +324,7 @@ def greet(args):
324
:param argmap: Either a `marshmallow.Schema`, a `dict`
325
of argname -> `marshmallow.fields.Field` pairs, or a callable
326
which accepts a request and returns a `marshmallow.Schema`.
327
- :param str locations: Where on the request to load values.
+ :param str location: Where on the request to load values.
328
:param bool as_kwargs: Whether to insert arguments as keyword arguments.
329
:param callable validate: Validation function that receives the dictionary
330
of parsed arguments. If the function returns ``False``, the parser
0 commit comments