From da4f9fbdc31d2ceaa853c2fa0270e6961fde28b9 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Thu, 4 Mar 2021 09:14:27 +0000 Subject: [PATCH] Typo in changlog.py doc string. --- scripts/changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ['.', '_', '=', '[', '/']