From 3d6f950ec523761cc2912cda7e306dd9736d7b8d Mon Sep 17 00:00:00 2001 From: agarwalrounak Date: Fri, 3 May 2019 01:39:43 +0530 Subject: [PATCH] Fix typo --- python_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tutorial.ipynb b/python_tutorial.ipynb index bb6cb52..d88af3a 100644 --- a/python_tutorial.ipynb +++ b/python_tutorial.ipynb @@ -177,7 +177,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Notice that the temperature has been changed as requested, but the pressure has changed too. The density and the composition have not.\n", + "Notice that the temperature has been changed as requested, but the density has changed too. The pressure and the composition have not.\n", "\n", "Thermodynamics generally requires that *two* properties in addition to composition information be specified to fix the intensive state of a substance (or mixture). The state of the mixture can be set using several combinations of two properties. The following are all equivalent:" ]