PyAPI Docs: Fix syntax error

This commit is contained in:
Aaron Carlisle 2018-08-13 19:22:57 -04:00
parent 57e6359920
commit a3cc1fcaf3
1 changed files with 1 additions and 1 deletions

View File

@ -1696,7 +1696,7 @@ def write_rst_contents(basepath):
if not EXCLUDE_INFO_DOCS:
fw(".. toctree::\n")
fw(" :maxdepth: 1\n)
fw(" :maxdepth: 1\n")
fw(" :caption: Blender/Python Documentation\n\n")
for info, info_desc in INFO_DOCS:
fw(" %s <%s>\n\n" % (info_desc, info))