Skip to content

Commit bce8111

Browse files
authored
Fix typos in description
1 parent 30f4e3e commit bce8111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def main(app: AppStartManager):
2727

2828

2929
def get_args():
30-
parser = argparse.ArgumentParser(description="App, that inverts colors when you opens blinding white windows")
30+
parser = argparse.ArgumentParser(description="An app that inverts colors when you open blindingly white windows")
3131
parser.add_argument('--allow-multiple', '-m',
3232
action='store_true',
3333
help="Disable single-instance check")

0 commit comments

Comments
 (0)