Documentation: minor bugfix

This commit is contained in:
Mike Auty
2020-12-21 17:07:51 +00:00
parent f9102a60b8
commit f262821924
+1 -1
View File
@@ -75,7 +75,7 @@ def setup(app):
break
else:
line_index = len(real_lines)
submodule_lines = real_lines[line_index:]
submodule_lines = [b"\n"] + real_lines[line_index:]
plugins_seen = False
with open(os.path.join(dir, filename), "wb") as contents: