diff --git a/src/gtnet/main.py b/src/gtnet/main.py index e9629ab..eefd5fa 100644 --- a/src/gtnet/main.py +++ b/src/gtnet/main.py @@ -32,7 +32,7 @@ def print_help(): for c, f in command_dict.items(): nspaces = 16 - len(c) print(f' {c}' + ' '*nspaces + f.doc, file=sio) - print(' help print this usage statememt\n', file=sio) + print(' help print this usage statement\n', file=sio) sys.stdout.write(sio.getvalue())