forked from orbit-oss/flask
Spelling (#1998)
* spelling: cacheability * spelling: conceptually * spelling: javascript * spelling: reset * spelling: raised * comma: instead..., they...
This commit is contained in:
parent
3d856e03fc
commit
6e6c3a4636
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue