Remove duplicate text (#2761)

This commit is contained in:
Anthony Bush 2017-05-15 23:31:37 -05:00 committed by Maxime Beauchemin
parent 884610861b
commit 9b34600c8e
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ Blueprints
`Blueprints are Flask's reusable apps <http://flask.pocoo.org/docs/0.12/blueprints/>`_.
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