fix `actial` --> `actual` typo
This commit is contained in:
parent
5c6d7739bc
commit
e4da9bacdf
|
@ -151,7 +151,7 @@ def publish_release(ctx, version, user, pypi_name):
|
||||||
|
|
||||||
@invoke.task(help={
|
@invoke.task(help={
|
||||||
'version': 'version being released',
|
'version': 'version being released',
|
||||||
'write_out': 'write changes to the actial changelog'
|
'write_out': 'write changes to the actual changelog'
|
||||||
})
|
})
|
||||||
def changelog(ctx, version, write_out=False):
|
def changelog(ctx, version, write_out=False):
|
||||||
if write_out:
|
if write_out:
|
||||||
|
|
Loading…
Reference in New Issue