Browse Source

Fix spelling.

pull/483/head
Sean Vieira 13 years ago
parent
commit
9d09632dbf
  1. 2
      flask/blueprints.py

2
flask/blueprints.py

@ -25,7 +25,7 @@ class BlueprintSetupState(object):
#: a reference to the current application #: a reference to the current application
self.app = app self.app = app
#: a reference to the blurprint that created this setup state. #: a reference to the blueprint that created this setup state.
self.blueprint = blueprint self.blueprint = blueprint
#: a dictionary with all options that were passed to the #: a dictionary with all options that were passed to the

Loading…
Cancel
Save