Skip to content

Commit 3fbfbca

Browse files
committed
fix: warning message
1 parent a8b7c53 commit 3fbfbca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pyconverter/xml2py/ast_tree.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3398,6 +3398,8 @@ def py_notes(self, note_elem_list, section_title):
33983398
" This function contains specificities regarding the argument definitions.",
33993399
" Please refer to the `command documentation <{self.url}>`_",
34003400
" for further explanations.",
3401+
"",
3402+
"",
34013403
]
34023404
lines.extend(warning_message)
34033405
for note in note_elem_list:

0 commit comments

Comments
 (0)