[DOCs][Update XML] KiCad 6 -> KiCad 6+

Related to #486
This commit is contained in:
Salvador E. Tropea 2023-08-29 07:48:07 -03:00
parent 2278349851
commit 0a5ab281fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 """