We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dec6f commit 7be870fCopy full SHA for 7be870f
Doc/library/argparse.rst
@@ -659,7 +659,7 @@ exit_on_error
659
Normally, when you pass an invalid argument list to the :meth:`~ArgumentParser.parse_args`
660
method of an :class:`ArgumentParser`, it will exit with error info.
661
662
-If the user would like catch errors manually, the feature can be enable by setting
+If the user would like to catch errors manually, the feature can be enabled by setting
663
``exit_on_error`` to ``False``::
664
665
>>> parser = argparse.ArgumentParser(exit_on_error=False)
0 commit comments