From 149db13d144f5dd001bd00488bb8543ccfaed81f Mon Sep 17 00:00:00 2001 From: Anthony Bush Date: Mon, 15 May 2017 11:26:05 -0500 Subject: [PATCH] Remove duplicate text --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8cca39edac8ad..dc4775810c4ee 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -455,7 +455,7 @@ Blueprints `Blueprints are Flask's reusable apps `_. Superset allows you to specify an array of Blueprints -an array of Blueprints in your ``superset_config`` module. Here's +in your ``superset_config`` module. Here's an example on how this can work with a simple Blueprint. By doing so, you can expect Superset to serve a page that says "OK" at the ``/simple_page`` url. This can allow you to run other things such