Skip to content

Commit bc1d7e1

Browse files
committed
explicit is better than implicit
1 parent 5acf1d5 commit bc1d7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-ends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def update_end(filename, end):
9696
content = f.read()
9797
if content.endswith(end):
9898
# No need to do anything.
99-
print(" Has end:", filename)
99+
print(" Has correct end:", filename)
100100
return
101101

102102
if '\n***\n' in content:

0 commit comments

Comments
 (0)