diff --git a/doc/errors.rst b/doc/errors.rst index eaf0c281..4e06fa2c 100644 --- a/doc/errors.rst +++ b/doc/errors.rst @@ -58,7 +58,7 @@ will output The Flask abort helper ---------------------- -The :meth:`abort ` helper +The :meth:`abort ` helper properly wraps errors into a :exc:`~werkzeug.exceptions.HTTPException` so it will have the same behavior.