diff --git a/Checkpoints/Checkpoint2.ipynb b/Checkpoints/Checkpoint2.ipynb
index 20a070e97b22b55832cbad763eba779e241934a4..caa1c87d21f4b9c5f153b4ebbce8db242dafed8e 100644
--- a/Checkpoints/Checkpoint2.ipynb
+++ b/Checkpoints/Checkpoint2.ipynb
@@ -18,7 +18,7 @@
     "\n",
     "Write a Python program to read in the three floating point coefficients a, b and c of the quadratic equation:\n",
     "\n",
-    "$a x^2 + b x + c = 0$ \n",
+    "$`a x^2 + b x + c = 0`$ \n",
     "\n",
     "then calculate and display the roots using the standard formula for roots of quadratic being,\n",
     "\n",