Merge pull request #1156 from brwr/brwr/fix-documentation-typo
Add missing `of` to documentation.
This commit is contained in:
commit
7d57c29f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class Flask(_PackageBoundObject):
|
||||||
|
|
||||||
.. admonition:: About the First Parameter
|
.. admonition:: About the First Parameter
|
||||||
|
|
||||||
The idea of the first parameter is to give Flask an idea what
|
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
|
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 file system, can be used by extensions to improve debugging
|
||||||
information and a lot more.
|
information and a lot more.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue