diff options
Diffstat (limited to 'scripts/add-pictures.py')
-rw-r--r-- | scripts/add-pictures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/add-pictures.py b/scripts/add-pictures.py index 95079f0..585c6a2 100644 --- a/scripts/add-pictures.py +++ b/scripts/add-pictures.py @@ -3,4 +3,4 @@ print("## Figures", end="\n\n") print("![Back View](output-back.png){width=100%}", end="\n\n") print("![Front View](output-front.png){width=100%}", end="\n\n") print("![Close Up View of the Back](closeup-back.png){width=100%}", end="\n\n") -print("![Close Up View of the Front](closeup-front.png){width=100%}", end="\n\n")
\ No newline at end of file +print("![Close Up View of the Front](closeup-front.png){width=100%}", end="\n\n") |