Fix typo in cli docs

This commit is contained in:
Jochen Kupperschmidt 2016-05-31 16:24:11 +02:00 committed by Adrian
parent a725836523
commit 83ae787f97
1 changed files with 1 additions and 1 deletions

View File

@ -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