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 3a2e427 commit 10e38e2Copy full SHA for 10e38e2
cyclonedx/validation/xml.py
@@ -37,7 +37,7 @@
37
except ImportError as err:
38
_missing_deps_error = MissingOptionalDependencyException(
39
'This functionality requires optional dependencies.\n'
40
- 'Please install `cyclonedx-python-lib` with the extra "json-validation".\n'
+ 'Please install `cyclonedx-python-lib` with the extra "xml-validation".\n'
41
), err
42
43
0 commit comments