Skip to content

Commit 989aabb

Browse files
committed
Merge pull request pallets#483 from svieira/patch-1
Fix spelling.
2 parents bcd00e5 + 9d09632 commit 989aabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/blueprints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, blueprint, app, options, first_registration):
2525
#: a reference to the current application
2626
self.app = app
2727

28-
#: a reference to the blurprint that created this setup state.
28+
#: a reference to the blueprint that created this setup state.
2929
self.blueprint = blueprint
3030

3131
#: a dictionary with all options that were passed to the

0 commit comments

Comments
 (0)