mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
merge 3.4 (#23221)
This commit is contained in:
commit
610bc6a211
14 changed files with 14 additions and 13 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue