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 66d884f commit e84f284Copy full SHA for e84f284
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