diff --git a/scripts/linkify_changelog.py b/scripts/linkify_changelog.py index 867ae14da..49d401e8a 100644 --- a/scripts/linkify_changelog.py +++ b/scripts/linkify_changelog.py @@ -10,7 +10,7 @@ # This script goes through the provided file, and replaces any " \#", # with the valid mark down formatted link to it. e.g. # " [\#number](https://github.com/arkworks-rs/template/pull/) -# Note that if the number is for a an issue, github will auto-redirect you when you click the link. +# Note that if the number is for an issue, github will auto-redirect you when you click the link. # It is safe to run the script multiple times in succession. # # Example usage $ python3 linkify_changelog.py ../CHANGELOG.md