diff --git a/Example - Cantera.ipynb b/Example - Cantera.ipynb index 99df783..a907aac 100644 --- a/Example - Cantera.ipynb +++ b/Example - Cantera.ipynb @@ -160,7 +160,7 @@ "Isp from Bamboo = 317.956 s\n", "Thrust from Bamboo = 22.815 kN\n", "\n", - "The two differ a noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n", + "The two differ noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n", "\n" ] } @@ -198,7 +198,7 @@ "Isp from Bamboo = {engine.isp(p_amb):.3f} s\n", "Thrust from Bamboo = {engine.thrust(p_amb)/1e3:.3f} kN\n", "\n", - "The two differ a noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n", + "The two differ noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n", "\"\"\")" ] },