commit | 07f90476b954382e7a7ce95af696d90100a6eea1 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jan 13 09:17:24 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jan 13 09:17:24 2015 -0500 |
tree | ed0760ec0d5e55ed37a067e05119b81066367abf | |
parent | 6022f38dd80945ed512f3f8440e0220afebc2a3e [diff] [blame] |
fix instances of consecutive articles (closes #23221) Patch by Karan Goel.
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index b74b622..915e989 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py
@@ -646,7 +646,7 @@ class TestOptionalsRequired(ParserTestCase): - """Tests the an optional action that is required""" + """Tests an optional action that is required""" argument_signatures = [ Sig('-x', type=int, required=True),