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.
2 parents 9cd2cf8 + bc4f462 commit 7717e48Copy full SHA for 7717e48
doc/quickstart.rst
@@ -249,7 +249,7 @@ using a library similar to :mod:`python:argparse`.
249
Unlike the :mod:`python:argparse` module, :meth:`~reqparse.RequestParser.parse_args`
250
returns a Python dictionary instead of a custom data structure.
251
252
-Using the :class:`~reqparse.RequestParser` class also gives you sane error messages for free.
+Using the :class:`~reqparse.RequestParser` class also gives you same error messages for free.
253
If an argument fails to pass validation,
254
Flask-RESTX will respond with a 400 Bad Request and a response highlighting the error.
255
0 commit comments