Skip to content

Commit

Permalink
Merge pull request #820 from JensHeinrich/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lafrech committed Mar 31, 2023
2 parents 9168872 + 4084656 commit 7b2c8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ Returning HTTP 400 Responses
If you'd prefer validation errors to return status code ``400`` instead
of ``422``, you can override ``DEFAULT_VALIDATION_STATUS`` on a :class:`Parser <webargs.core.Parser>`.

Sublcass the parser for your framework to do so. For example, using Falcon:
Subclass the parser for your framework to do so. For example, using Falcon:

.. code-block:: python
Expand Down

0 comments on commit 7b2c8bd

Please sign in to comment.