Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
docs: fix typo in app argument docs
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Moennich <adrian.moennich@cern.ch>
  • Loading branch information
ThiefMaster committed Jun 10, 2015
1 parent 3ab11c3 commit 481bb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_registry/registries/appdiscovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
Blueprints
^^^^^^^^^^
The ``BlueprintAutoDiscoveryRegistry`` will search for blueprints defined
inside a ``views`` module in each package defined in ``PACAKGES``. It will
inside a ``views`` module in each package defined in ``PACKAGES``. It will
also register the discovered blueprints on the Flask application.
Each ``views`` module should define either a single blueprint in the variable
``blueprint`` and/or multiple blueprints in the variable ``blueprints``:
Expand Down Expand Up @@ -172,7 +172,7 @@ class PackageRegistry(ImportPathRegistry):
Specialized ``ImportPathRegistry`` that takes the initial list of import
paths from the ``PACKAGES`` configuration variable in the application.
:param app: The Flask application object from which includes a ``PACAKGES``
:param app: The Flask application object from which includes a ``PACKAGES``
variable in it's configuration.
"""
def __init__(self, app):
Expand Down

0 comments on commit 481bb03

Please sign in to comment.