Removed the plural in variant.

Is just one. It can be complex, but one name.
This commit is contained in:
Salvador E. Tropea 2020-09-01 16:51:11 -03:00
parent 16aefbffb6
commit 05f14e2049
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class BoMOptions(BaseOptions):
self.number = 1
""" Number of boards to build (components multiplier) """
self.variant = ''
""" Board variant(s), used to determine which components
""" Board variant, used to determine which components
are output to the BoM. """
self.output = GS.def_global_output
""" filename for the output (%i=bom)"""