Spelling and grammar fixes
This commit is contained in:
parent
50b8c55617
commit
36649e0150
13 changed files with 19 additions and 19 deletions
|
@ -121,7 +121,7 @@ def main():
|
|||
initp = subp.add_parser('init', help='create a test module from a template')
|
||||
initp.add_argument('module', help='name of the new module')
|
||||
initp.add_argument('-f', '--fun', default='fun',
|
||||
help='overide name of the default function')
|
||||
help='override name of the default function')
|
||||
initp.set_defaults(func=cmd_init)
|
||||
|
||||
args = mainp.parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue