Skip to content

Commit

Permalink
Add colon between key and value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan McQuen authored and Ryan McQuen committed Apr 14, 2023
1 parent 7f34dc3 commit 6631124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unclosedTagFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
if tag not in filteredClosingTagDict.values()
}
for key, value in unclosedTagsDict.items():
print(key, value)
print(key, ': ', value)
print()

0 comments on commit 6631124

Please sign in to comment.