Fix typo in app.py (#2248)

This commit is contained in:
Sobolev Nikita 2017-04-19 08:46:33 +03:00 committed by Adrian
parent f0c714a01b
commit 7481844c98

View file

@ -544,7 +544,7 @@ class Flask(_PackageBoundObject):
self._before_request_lock = Lock()
# Add a static route using the provided static_url_path, static_host,
# and static_folder iff there is a configured static_folder.
# and static_folder if there is a configured static_folder.
# Note we do this without checking if static_folder exists.
# For one, it might be created while the server is running (e.g. during
# development). Also, Google App Engine stores static files somewhere