Skip to content

Commit 7717e48

Browse files
authored
Merge pull request #205 from mikhailpashkov/patch-1
Fix typo in Quickstart docs
2 parents 9cd2cf8 + bc4f462 commit 7717e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ using a library similar to :mod:`python:argparse`.
249249
Unlike the :mod:`python:argparse` module, :meth:`~reqparse.RequestParser.parse_args`
250250
returns a Python dictionary instead of a custom data structure.
251251
252-
Using the :class:`~reqparse.RequestParser` class also gives you sane error messages for free.
252+
Using the :class:`~reqparse.RequestParser` class also gives you same error messages for free.
253253
If an argument fails to pass validation,
254254
Flask-RESTX will respond with a 400 Bad Request and a response highlighting the error.
255255

0 commit comments

Comments
 (0)