mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-07-31 12:40:10 +02:00
Typo in changlog.py doc string.
This commit is contained in:
@@ -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 = ['.', '_', '=', '[', '/']
|
||||
|
Reference in New Issue
Block a user