Spelling and grammar fixes

This commit is contained in:
Paul Eggert 2015-11-29 21:50:59 -08:00
parent 50b8c55617
commit 36649e0150
13 changed files with 19 additions and 19 deletions

View file

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