summaryrefslogtreecommitdiff
path: root/Lib/test/test_argparse.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-13 09:20:31 -0500
committerBenjamin Peterson <benjamin@python.org>2015-01-13 09:20:31 -0500
commit610bc6a211be33b390a9910943f1f9fb7656f634 (patch)
tree9498dd48c73ea91305805a6e1967f32becd39d70 /Lib/test/test_argparse.py
parent458fc6f98ca9a838af5dcdff64fd48ae3eb64fa9 (diff)
parent82f34ada45f96c13eb68927d6beccdcbab2c77b3 (diff)
downloadcpython-git-610bc6a211be33b390a9910943f1f9fb7656f634.tar.gz
merge 3.4 (#23221)
Diffstat (limited to 'Lib/test/test_argparse.py')
-rw-r--r--Lib/test/test_argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py
index b386ec18fe..d7e6cda60a 100644
--- a/Lib/test/test_argparse.py
+++ b/Lib/test/test_argparse.py
@@ -635,7 +635,7 @@ class TestOptionalsChoices(ParserTestCase):
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),