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 a8c3e0b commit 03536d3Copy full SHA for 03536d3
Doc/library/argparse.rst
@@ -1104,7 +1104,7 @@ Anything with more interesting error-handling or resource management should be
1104
done downstream after the arguments are parsed.
1105
1106
For example, JSON or YAML conversions have complex error cases that require
1107
-better reporting than can be given by the ``type`` keyword. An
+better reporting than can be given by the ``type`` keyword. A
1108
:exc:`~json.JSONDecodeError` would not be well formatted and a
1109
:exc:`FileNotFound` exception would not be handled at all.
1110
0 commit comments