From c1776b718b81cf72ef0c0251504e0d3631e30b17 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 27 Jan 2024 02:10:49 +0100 Subject: [PATCH] docs: refactor example Signed-off-by: Jan Kowalleck --- examples/complex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."""