From 343e678900a9970857f37b53b5d2f069327cd828 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 18 Jul 2011 23:06:15 +0200 Subject: [PATCH] Fixed a typo in a docstring --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index b4e3d647..6a5a417b 100644 --- a/flask/app.py +++ b/flask/app.py @@ -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 """