mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-07-21 07:51:13 +02:00
Ensured all Markdown table heading markers have at least three dashes.
This commit is contained in:
@@ -40,7 +40,7 @@ These are located in the ```scripts``` subdirectory, which needs to be added to
|
||||
They should work with both Python 2 and Python 3.
|
||||
|
||||
| Script | Function |
|
||||
|:--|:--|''', file = doc_file)
|
||||
|:---|:---|''', file = doc_file)
|
||||
for file in os.listdir('scripts'):
|
||||
if file.endswith('.py'):
|
||||
blurb = ''
|
||||
|
Reference in New Issue
Block a user