summaryrefslogtreecommitdiff
path: root/docs/docmaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docmaker.py')
-rw-r--r--docs/docmaker.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/docmaker.py b/docs/docmaker.py
index 43786e849..067e162b4 100644
--- a/docs/docmaker.py
+++ b/docs/docmaker.py
@@ -901,12 +901,13 @@ class DocSectionList:
# provide a new one.
#
if abstract:
- section.block.print_error( "duplicate section definition for " +
- "'" + name + "'\n" +
- "previous definition in " +
- "'" + section.block.location() + "'\n" +
- "second definition in " +
- "'" + block.location() + "'" )
+ section.block.print_error(
+ "duplicate section definition for " +
+ "'" + name + "'\n" +
+ "previous definition in " +
+ "'" + section.block.location() + "'\n" +
+ "second definition in " +
+ "'" + block.location() + "'" )
else:
# The old section didn't contain an abstract; we are
# now going to replace it.