From 0a5ab281fe71955d6bd4cece53edb5aae62bff93 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Aug 2023 07:48:07 -0300 Subject: [PATCH] [DOCs][Update XML] KiCad 6 -> KiCad 6+ Related to #486 --- kibot/pre_update_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/pre_update_xml.py b/kibot/pre_update_xml.py index 3db7fddc..234397c5 100644 --- a/kibot/pre_update_xml.py +++ b/kibot/pre_update_xml.py @@ -37,7 +37,7 @@ class Update_XMLOptions(Optionable): self.check_pcb_parity = False """ *Check if the PCB and Schematic are synchronized. This is equivalent to the *Test for parity between PCB and schematic* of the DRC dialog. - Only available for KiCad 6 """ + Only available for KiCad 6+ """ self.as_warnings = False """ Inform the problems as warnings and don't stop """