From 6ef4d7879e32c0184411ad082a7229fe46ff772e Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 12 Sep 2019 08:16:39 +0200 Subject: [PATCH] Fix incorrect comment in heler message --- .../plugins/python_scripts/bom_csv_grouped_by_value_with_fp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/plugins/python_scripts/bom_csv_grouped_by_value_with_fp.py b/eeschema/plugins/python_scripts/bom_csv_grouped_by_value_with_fp.py index dd14af0963..37db33a046 100644 --- a/eeschema/plugins/python_scripts/bom_csv_grouped_by_value_with_fp.py +++ b/eeschema/plugins/python_scripts/bom_csv_grouped_by_value_with_fp.py @@ -6,7 +6,7 @@ """ @package - Generate a Tab delimited list (csv file type). + Generate a comma delimited list (csv file type). Components are sorted by ref and grouped by value with same footprint Fields are (if exist) 'Ref', 'Qnty', 'Value', 'Cmp name', 'Footprint', 'Description', 'Vendor'