We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6305fa commit dbf0e77Copy full SHA for dbf0e77
1 file changed
02_crowsnest/solution.py
@@ -12,7 +12,7 @@ def get_args():
12
description="Crow's Nest -- choose the correct article",
13
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
14
15
- parser.add_argument('word', metavar='str', help='A word')
+ parser.add_argument('word', metavar='word', help='A word')
16
17
return parser.parse_args()
18
0 commit comments