We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c392 commit ab69a94Copy full SHA for ab69a94
tools/apigen.py
@@ -216,8 +216,8 @@ def generate_api_doc(self, uri):
216
ad = '.. AUTO-GENERATED FILE -- DO NOT EDIT!\n\n'
217
218
chap_title = uri_short
219
- ad += (chap_title+'\n'+ self.rst_section_levels[1] * len(chap_title)
220
- + '\n\n')
+ ad += (chap_title+'\n' + self.rst_section_levels[1] *
+ len(chap_title) + '\n\n')
221
222
# Set the chapter title to read 'module' for all modules except for the
223
# main packages
0 commit comments