Skip to content

Commit a451924

Browse files
committed
improve tutorial_05 docstring
1 parent 4429795 commit a451924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorial/tutorial_05_equilibrium.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
"print(sol.assemblage)\n",
113113
"\n",
114114
"# The total entropy of the assemblage is the molar entropy\n",
115-
"# multiplied by the number of moles in the assemblage.\n",
115+
"# multiplied by the number of moles in the assemblage. This can be\n",
116+
"# accessed either by sol.assemblage.entropy, or by the shorter alias:\n",
116117
"entropy = sol.assemblage.S"
117118
]
118119
},

0 commit comments

Comments
 (0)