From 5c9d6a22cfead76103f5b924d1480aa0bc98e48f Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Aug 2023 07:49:42 -0300 Subject: [PATCH] [DOCs][KiBoM] Removed bogus link (see '') --- kibot/out_kibom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_kibom.py b/kibot/out_kibom.py index 1af763f7..ba0fa1b8 100644 --- a/kibot/out_kibom.py +++ b/kibot/out_kibom.py @@ -118,7 +118,7 @@ class KiBoMConfig(Optionable): self.group_connectors = True """ Connectors with the same footprints will be grouped together, independent of the name of the connector """ self.test_regex = True - """ Each component group will be tested against a number of regular-expressions (see ``). """ + """ Each component group will be tested against a number of regular-expressions """ self.merge_blank_fields = True """ Component groups with blank fields will be merged into the most compatible group, where possible """ self.fit_field = 'Config'