Skip to content

Commit 14254e0

Browse files
authored
Merge pull request #8344 from tautschnig/fix-python-syntax-error
Fix Python syntax error
2 parents a8b8f0f + 1c42780 commit 14254e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doxygen-root/doxygen-markdown/doxygen-markdown-preprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def parse_arguments():
5555
def pandoc(path, pandoc_write, pandoc_wrap, pandoc_filter=None):
5656
args = {
5757
'--write': pandoc_write,
58-
'--wrap', pandoc_wrap
58+
'--wrap': pandoc_wrap
5959
}
6060
if pandoc_filter:
6161
args['--filter'] = Path(pandoc_filter).resolve()

0 commit comments

Comments
 (0)