LDoc: minor edit to parse_readme script

This commit is contained in:
Jordan Irwin 2021-08-10 23:22:38 -07:00
parent ed126d012e
commit 962d9e36f7

View File

@ -83,4 +83,4 @@ if not buffer:
buffer.write("{}\n\n{}\n\n{}".format("\n".join(r_lines_pre), "\n".join(table), "\n".join(r_lines_post)))
buffer.close()
print("\nExported README.md to {}".format(f_readme_tgt))
print("Exported README.md to {}\n".format(f_readme_tgt))