mirror of https://github.com/pallets/flask.git
removed dupe text from merge
This commit is contained in:
parent
48f7b9394c
commit
361dba7e3a
|
|
@ -133,8 +133,6 @@ class Flask(_PackageBoundObject):
|
||||||
:param static_folder: the folder with static files that should be served
|
:param static_folder: the folder with static files that should be served
|
||||||
at `static_url_path`. Defaults to the ``'static'``
|
at `static_url_path`. Defaults to the ``'static'``
|
||||||
folder in the root path of the application.
|
folder in the root path of the application.
|
||||||
folder in the root path of the application. Defaults
|
|
||||||
to None.
|
|
||||||
:param host_matching: sets the app's ``url_map.host_matching`` to the given
|
:param host_matching: sets the app's ``url_map.host_matching`` to the given
|
||||||
given value. Defaults to False.
|
given value. Defaults to False.
|
||||||
:param static_host: the host to use when adding the static route. Defaults
|
:param static_host: the host to use when adding the static route. Defaults
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue