Skip to content

Commit 75fd847

Browse files
authored
Update scripts/check_spell.py
1 parent beb9bfe commit 75fd847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_spell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
with open(output_filename, "w") as f:
2525
for e in entries:
2626
f.write(e)
27-
f.write('\n')
27+
f.write("\n")
2828

2929
# Run pospell either against all files or the file given on the command line
3030
po_files = sys.argv[1:]

0 commit comments

Comments
 (0)