forked from orbit-oss/flask
Merge pull request #877 from yoloseem/patch-1
Fix a typo on blueprints module name.
This commit is contained in:
commit
a71b65cb15
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class BlueprintSetupState(object):
|
|||
class Blueprint(_PackageBoundObject):
|
||||
"""Represents a blueprint. A blueprint is an object that records
|
||||
functions that will be called with the
|
||||
:class:`~flask.blueprint.BlueprintSetupState` later to register functions
|
||||
:class:`~flask.blueprints.BlueprintSetupState` later to register functions
|
||||
or other things on the main application. See :ref:`blueprints` for more
|
||||
information.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue