Skip to content

Commit ab69a94

Browse files
committed
Apply this linebreak rule.
1 parent 904c392 commit ab69a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/apigen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ def generate_api_doc(self, uri):
216216
ad = '.. AUTO-GENERATED FILE -- DO NOT EDIT!\n\n'
217217

218218
chap_title = uri_short
219-
ad += (chap_title+'\n'+ self.rst_section_levels[1] * len(chap_title)
220-
+ '\n\n')
219+
ad += (chap_title+'\n' + self.rst_section_levels[1] *
220+
len(chap_title) + '\n\n')
221221

222222
# Set the chapter title to read 'module' for all modules except for the
223223
# main packages

0 commit comments

Comments
 (0)