From 4d75e6bf885c9e6ca475d47b3d81c3d2fa31b990 Mon Sep 17 00:00:00 2001
From: Lars kleyn Winkel <l.kleynwinkel@student.tudelft.nl>
Date: Fri, 14 Feb 2020 14:01:52 +0000
Subject: [PATCH] Update src/8_many_atoms_sol.md

---
 src/8_many_atoms_sol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/8_many_atoms_sol.md b/src/8_many_atoms_sol.md
index f5e20105..e2330dd4 100644
--- a/src/8_many_atoms_sol.md
+++ b/src/8_many_atoms_sol.md
@@ -123,7 +123,7 @@ pyplot.yticks([],[])
 pyplot.xticks([],[])
 pyplot.tight_layout();
 
-pyplot.suptitle('Density of states for 2 atom unit cell and 1 atom unit cell')
+pyplot.suptitle('Density of states for 2 atom unit cell and 1 atom unit cell');
 ```
 
 ## Exercise 3: atomic chain with 3 different spring constants
-- 
GitLab