[DOCs][KiBoM] Removed bogus link (see '')

This commit is contained in:
Salvador E. Tropea 2023-08-29 07:49:42 -03:00
parent 0a5ab281fe
commit 5c9d6a22cf
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class KiBoMConfig(Optionable):
self.group_connectors = True self.group_connectors = True
""" Connectors with the same footprints will be grouped together, independent of the name of the connector """ """ Connectors with the same footprints will be grouped together, independent of the name of the connector """
self.test_regex = True 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 self.merge_blank_fields = True
""" Component groups with blank fields will be merged into the most compatible group, where possible """ """ Component groups with blank fields will be merged into the most compatible group, where possible """
self.fit_field = 'Config' self.fit_field = 'Config'