This commit is contained in:
Benjamin Peterson 2015-01-13 09:20:31 -05:00
commit 610bc6a211
14 changed files with 14 additions and 13 deletions

View file

@ -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),