File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ ArgumentParser objects
231231
232232 * exit_on_error _ - Determines whether or not ArgumentParser exits with
233233 error info when an error occurs. (default: ``True ``)
234-
234+
235235 * suggest_on_error _ - Enables suggestions for mistyped argument choices
236236 and subparser names. (default: ``False ``)
237237
Original file line number Diff line number Diff line change @@ -2218,7 +2218,7 @@ def test_wrong_argument_subparsers_no_suggestions(self):
22182218 "invalid choice: 'baz' (choose from 'foo', 'bar')" ,
22192219 excinfo .exception .stderr ,
22202220 )
2221-
2221+
22222222 def test_wrong_argument_no_suggestion_implicit (self ):
22232223 parser = ErrorRaisingArgumentParser ()
22242224 parser .add_argument ('foo' , choices = ['bar' , 'baz' ])
You can’t perform that action at this time.
0 commit comments