Removed extra '.' in comment

This commit is contained in:
SET 2020-08-12 12:04:05 -03:00
parent 303bfb38fb
commit e353158c29
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class BoMOptions(BaseOptions):
""" 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 `include_only` and `exclude_any`). """
(see `include_only` and `exclude_any`) """
self.merge_blank_fields = True
""" Component groups with blank fields will be merged into the most compatible group, where possible """
self.fit_field = 'Config'