diff --git a/examples/complex.py b/examples/complex.py index 45e18025..02c790e9 100644 --- a/examples/complex.py +++ b/examples/complex.py @@ -92,10 +92,10 @@ except MissingOptionalDependencyException as error: print('JSON-validation was skipped due to', error) -print('', '=' * 30, '', sep='\n') - # endregion JSON +print('', '=' * 30, '', sep='\n') + # region XML """demo with implicit instructions for SchemaVersion, outputter and validator. TypeCheckers will catch errors."""