Skip to content

Commit dbf0e77

Browse files
committed
metavar
1 parent c6305fa commit dbf0e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_crowsnest/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_args():
1212
description="Crow's Nest -- choose the correct article",
1313
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
1414

15-
parser.add_argument('word', metavar='str', help='A word')
15+
parser.add_argument('word', metavar='word', help='A word')
1616

1717
return parser.parse_args()
1818

0 commit comments

Comments
 (0)