diff --git a/scripts/changelog.py b/scripts/changelog.py index c5c66f6..76386e8 100644 --- a/scripts/changelog.py +++ b/scripts/changelog.py @@ -46,7 +46,7 @@ def get_remote_url(): return url def iscode(word): - """ try to guess if the wod is code """ + """ try to guess if the word is code """ endings = ['()', '*'] starts = ['$', '--'] anywhere = ['.', '_', '=', '[', '/']