mirror of https://github.com/pallets/flask.git
Fix typo in cli docs
This commit is contained in:
parent
a725836523
commit
83ae787f97
|
@ -237,7 +237,7 @@ Example `setup.py`::
|
||||||
''',
|
''',
|
||||||
)
|
)
|
||||||
|
|
||||||
Inside `mypackage/comamnds.py` you can then export a Click object::
|
Inside `mypackage/commands.py` you can then export a Click object::
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue