Skip to content

Commit 7d57c29

Browse files
author
Daniel Neuhäuser
committed
Merge pull request pallets#1156 from brwr/brwr/fix-documentation-typo
Add missing `of` to documentation.
2 parents 662b105 + 20645d9 commit 7d57c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Flask(_PackageBoundObject):
8484
8585
.. admonition:: About the First Parameter
8686
87-
The idea of the first parameter is to give Flask an idea what
87+
The idea of the first parameter is to give Flask an idea of what
8888
belongs to your application. This name is used to find resources
8989
on the file system, can be used by extensions to improve debugging
9090
information and a lot more.

0 commit comments

Comments
 (0)