Skip to content

Commit f4a8619

Browse files
authored
Remove stray double-quote
The help-string for --error-format is triple-quoted, so remove unnecessary quote character
1 parent ee5d31a commit f4a8619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _namedAnyWithDefault(name):
157157
one formatted object named 'error' for each ValidationError.
158158
Only provide this option when using --output=plain, which is the
159159
default. If this argument is unprovided and --output=plain is
160-
used, a simple default representation will be used."
160+
used, a simple default representation will be used.
161161
""",
162162
)
163163
parser.add_argument(

0 commit comments

Comments
 (0)