From 43f6e30f642349b11a58a6488d89a673541da28c Mon Sep 17 00:00:00 2001 From: Andrew Tritt Date: Mon, 4 Mar 2024 15:59:50 -0800 Subject: [PATCH] fix spelling --- src/gtnet/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())