PyAPI Docs: Fix syntax error

This commit is contained in:
2018-08-13 19:22:57 -04:00
parent 57e6359920
commit a3cc1fcaf3

View File

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