forked from orbit-oss/flask
Fix typo in cli docs
This commit is contained in:
parent
a725836523
commit
83ae787f97
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue