Fixed a typo in a docstring
This commit is contained in:
parent
c9a2ad2b8d
commit
343e678900
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ class Flask(_PackageBoundObject):
|
|||
.. versionadded:: 0.7
|
||||
One can now additionally also register custom exception types
|
||||
that do not necessarily have to be a subclass of the
|
||||
:class:~`werkzeug.exceptions.HTTPException` class.
|
||||
:class:`~werkzeug.exceptions.HTTPException` class.
|
||||
|
||||
:param code: the code as integer for the handler
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue