Merge pull request #3021 from jurko-gospodnetic/cleanup

Code cleanup
This commit is contained in:
Bruno Oliveira 2017-12-13 06:58:18 -02:00 committed by GitHub
commit ba41015ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog/3021.trivial Normal file
View File

@ -0,0 +1 @@
Code cleanup.

View File

@ -151,7 +151,7 @@ def publish_release(ctx, version, user, pypi_name):
@invoke.task(help={
'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):
if write_out: