diff --git a/docs/home/quick_start.md b/docs/home/quick_start.md
index 3db1b0849..3013e905d 100644
--- a/docs/home/quick_start.md
+++ b/docs/home/quick_start.md
@@ -12,7 +12,7 @@ In [VS Code](https://code.visualstudio.com/) this is automatic, just type the `.
@@ -22,7 +22,7 @@ The same goes for [JetBrains PyCharm](https://www.jetbrains.com/pycharm/):
@@ -32,7 +32,7 @@ In a [Jupyter Notebook](https://jupyter.org/) you'll need to type `.` and then h
@@ -42,7 +42,7 @@ The same goes for [IPython](https://ipython.readthedocs.io/en/stable/):
@@ -64,7 +64,7 @@ more_complex_geometry.show()
```