Typo in changlog.py doc string.

This commit is contained in:
Chris Palmer 2021-03-04 09:14:27 +00:00
parent 614e5f3a72
commit da4f9fbdc3
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ['.', '_', '=', '[', '/']