From edf80ab4041cdac1b16682637dfb9cb357bca615 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Fri, 11 Aug 2023 07:25:25 -0500 Subject: [PATCH] Update docs for yamlpath --- docs/manual/developer/02_building_complianceascode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/developer/02_building_complianceascode.md b/docs/manual/developer/02_building_complianceascode.md index 3f67af4ab7b..e8f009300c7 100644 --- a/docs/manual/developer/02_building_complianceascode.md +++ b/docs/manual/developer/02_building_complianceascode.md @@ -563,7 +563,7 @@ packages. There may be situations during the development and testing phases where it is convenient to use Python modules installed via pip3, as in [this example](https://github.com/ComplianceAsCode/content/pull/7376/files), -where the `yamlpath` module is needed for some tests, but it is not available +where the `xmldiff` module is needed for some tests, but it is not available in the official distro repositories and therefore needs to be installed via pip3. However, for some time now, Python modules installed via pip3 have been located