forked from orbit-oss/flask
Fix two typos in the description of FlaskGroup.
This commit is contained in:
parent
fe2d75e1f4
commit
47d7f20d9b
1 changed files with 2 additions and 2 deletions
|
|
@ -257,10 +257,10 @@ class AppGroup(click.Group):
|
|||
|
||||
|
||||
class FlaskGroup(AppGroup):
|
||||
"""Special subclass of the the :class:`AppGroup` group that supports
|
||||
"""Special subclass of the :class:`AppGroup` group that supports
|
||||
loading more commands from the configured Flask app. Normally a
|
||||
developer does not have to interface with this class but there are
|
||||
some very advanced usecases for which it makes sense to create an
|
||||
some very advanced use cases for which it makes sense to create an
|
||||
instance of this.
|
||||
|
||||
For information as of why this is useful see :ref:`custom-scripts`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue