Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtritt committed Mar 4, 2024
1 parent 5ca98c2 commit 43f6e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtnet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 35 in src/gtnet/main.py

View check run for this annotation

Codecov / codecov/patch

src/gtnet/main.py#L35

Added line #L35 was not covered by tests
sys.stdout.write(sio.getvalue())


Expand Down

0 comments on commit 43f6e30

Please sign in to comment.