* spelling: cacheability

* spelling: conceptually

* spelling: javascript

* spelling: reset

* spelling: raised

* comma: instead..., they...
This commit is contained in:
Josh Soref 2016-08-29 18:26:20 -04:00 committed by Markus Unterwaditzer
parent 3d856e03fc
commit 6e6c3a4636
5 changed files with 5 additions and 5 deletions

View file

@ -844,7 +844,7 @@ class Flask(_PackageBoundObject):
run_simple(host, port, self, **options)
finally:
# reset the first request information if the development server
# resetted normally. This makes it possible to restart the server
# reset normally. This makes it possible to restart the server
# without reloader and that stuff from an interactive shell.
self._got_first_request = False