Skip to content

Commit aa1ef4b

Browse files
authored
Merge pull request #926 from lurch/patch-1
Remove stray double-quote
2 parents ee5d31a + f4a8619 commit aa1ef4b

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)