Skip to content

Commit 83dcc1b

Browse files
committed
Change order of scissors and SUMMARY
1 parent e6cc2b6 commit 83dcc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def main(*args):
410410
parse_file(filename, colors, summary)
411411

412412
if summary:
413-
print("\nSUMMARY:\n-------8<-------")
413+
print("\n-------8<-------\nSUMMARY:")
414414
print(summary)
415415

416416
if __name__ == '__main__':

0 commit comments

Comments
 (0)