1
0
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:
Chris Palmer
2020-02-27 10:15:37 +00:00
parent a2ce3f1278
commit b559319b03
18 changed files with 17 additions and 17 deletions

View File

@@ -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 = ''