[Doc] Correct typo in migrating.rst

See Issue 196.
This commit is contained in:
Bryan W. Weber 2013-12-18 17:46:57 +00:00
parent 5dddf942c8
commit 6973579b88

View file

@ -107,7 +107,7 @@ should be replaced with::
>>> gas.P
>>> gas.Y
For pure fluid phases, the property `X` refers to the vapor mass fraction or "quality" of the phase. The following::
For pure fluid phases, the property ``X`` refers to the vapor mass fraction or "quality" of the phase. The following::
>>> w = Cantera.liquidvapor.Water()
>>> w.set(T=400, Vapor=0.5)