Skip to content

Commit 2131bdf

Browse files
committed
After review comments
1 parent 7cfb57c commit 2131bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ def setUp(self):
19351935
]
19361936

19371937
class TestChoices(ParserTestCase):
1938-
"""Test the original behavior"""
1938+
"""Test integer choices without conversion."""
19391939
def to_dow(arg):
19401940
days = ["mo", "tu", "we", "th", "fr", "sa", "su"]
19411941
if arg in days:

0 commit comments

Comments
 (0)