Skip to content

Commit c1776b7

Browse files
authored
docs: refactor example
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 394cc87 commit c1776b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
except MissingOptionalDependencyException as error:
9393
print('JSON-validation was skipped due to', error)
9494

95-
print('', '=' * 30, '', sep='\n')
96-
9795
# endregion JSON
9896

97+
print('', '=' * 30, '', sep='\n')
98+
9999
# region XML
100100
"""demo with implicit instructions for SchemaVersion, outputter and validator. TypeCheckers will catch errors."""
101101

0 commit comments

Comments
 (0)