Skip to content

Commit 37c681f

Browse files
KAUTHj5awry
authored andcommitted
Fix typo in docs, in the marshalling.rst intro
This commit fixes a typo in the first sentence of the first paragraph of "Response marshalling".
1 parent cb19760 commit 37c681f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/marshalling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Response marshalling
77

88

99
Flask-RESTX provides an easy way to control what data you actually render in
10-
your response or expect as in input payload.
10+
your response or expect as an input payload.
1111
With the :mod:`~.fields` module, you can use whatever objects (ORM
1212
models/custom classes/etc.) you want in your resource.
1313
:mod:`~.fields` also lets you format and filter the response

0 commit comments

Comments
 (0)