Skip to content

Commit db0133f

Browse files
authored
[doc] fix minor typo for argparse (GH-28451)
"A JSONDecodeError" instead of "An JSONDecodeError".
1 parent 8b7427b commit db0133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ Anything with more interesting error-handling or resource management should be
11091109
done downstream after the arguments are parsed.
11101110

11111111
For example, JSON or YAML conversions have complex error cases that require
1112-
better reporting than can be given by the ``type`` keyword. An
1112+
better reporting than can be given by the ``type`` keyword. A
11131113
:exc:`~json.JSONDecodeError` would not be well formatted and a
11141114
:exc:`FileNotFound` exception would not be handled at all.
11151115

0 commit comments

Comments
 (0)