From cf425403c8ff24623812a46272dc91f712ed5086 Mon Sep 17 00:00:00 2001 From: grahamlutz Date: Sat, 10 Jun 2017 08:53:40 -0400 Subject: [PATCH] Remove duplicate word from docstring --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index d80514bf..a6e4f18f 100644 --- a/flask/app.py +++ b/flask/app.py @@ -136,7 +136,7 @@ class Flask(_PackageBoundObject): at `static_url_path`. Defaults to the ``'static'`` folder in the root path of the application. :param host_matching: sets the app's ``url_map.host_matching`` to the given - given value. Defaults to False. + value. Defaults to False. :param static_host: the host to use when adding the static route. Defaults to None. Required when using ``host_matching=True`` with a ``static_folder`` configured.