mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 15:23:51 -05:00
Typo in changlog.py doc string.
This commit is contained in:
parent
614e5f3a72
commit
da4f9fbdc3
@ -46,7 +46,7 @@ def get_remote_url():
|
|||||||
return url
|
return url
|
||||||
|
|
||||||
def iscode(word):
|
def iscode(word):
|
||||||
""" try to guess if the wod is code """
|
""" try to guess if the word is code """
|
||||||
endings = ['()', '*']
|
endings = ['()', '*']
|
||||||
starts = ['$', '--']
|
starts = ['$', '--']
|
||||||
anywhere = ['.', '_', '=', '[', '/']
|
anywhere = ['.', '_', '=', '[', '/']
|
||||||
|
Loading…
Reference in New Issue
Block a user