Skip to content

Commit

Permalink
Update src/validate_pyproject/errors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
  • Loading branch information
henryiii and abravalheri committed Nov 28, 2023
1 parent 758b005 commit 93a8035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate_pyproject/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class URLMissingTool(RuntimeError):
_DESC = """\
The '--tool' option requires a tool name.
Correct form is '--tool=<tool-name>={url}', with an optional
Correct form is '--tool <tool-name>={url}', with an optional
'#json/pointer' at the end.
"""
__doc__ = _DESC
Expand Down

0 comments on commit 93a8035

Please sign in to comment.