File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,4 @@ Contributors (chronological)
48
48
* Karthikeyan Singaravelan `@tirkarthi <https://github.com/tirkarthi >`_
49
49
* Sami Salonen `@suola <https://github.com/suola >`_
50
50
* Tim Gates `@timgates42 <https://github.com/timgates42 >`_
51
+ * Lefteris Karapetsas `@lefterisjp <https://github.com/lefterisjp >`_
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ def greet(args):
324
324
:param argmap: Either a `marshmallow.Schema`, a `dict`
325
325
of argname -> `marshmallow.fields.Field` pairs, or a callable
326
326
which accepts a request and returns a `marshmallow.Schema`.
327
- :param str locations : Where on the request to load values.
327
+ :param str location : Where on the request to load values.
328
328
:param bool as_kwargs: Whether to insert arguments as keyword arguments.
329
329
:param callable validate: Validation function that receives the dictionary
330
330
of parsed arguments. If the function returns ``False``, the parser
You can’t perform that action at this time.
0 commit comments