Change order of scissors and SUMMARY
diff --git a/codespell.py b/codespell.py index a8eb771..94e330c 100755 --- a/codespell.py +++ b/codespell.py
@@ -410,7 +410,7 @@ parse_file(filename, colors, summary) if summary: - print("\nSUMMARY:\n-------8<-------") + print("\n-------8<-------\nSUMMARY:") print(summary) if __name__ == '__main__':