Skip to content

Commit e84f284

Browse files
Fix typo in Quickstart docs
1 parent 66d884f commit e84f284

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)