Unify the uses of "file system" vs "fileystem".

Use "filesystem", which is more prevailing in the source code.
This commit is contained in:
Petr Zemek 2014-10-27 11:33:45 +01:00
parent ebab6718f7
commit d1423b3e16
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ class Flask(_PackageBoundObject):
The idea of the first parameter is to give Flask an idea of what
belongs to your application. This name is used to find resources
on the file system, can be used by extensions to improve debugging
on the filesystem, can be used by extensions to improve debugging
information and a lot more.
So it's important what you provide there. If you are using a single