From 6973579b8844b0cee0143fd976384ffc4c3de09c Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 18 Dec 2013 17:46:57 +0000 Subject: [PATCH] [Doc] Correct typo in migrating.rst See Issue 196. --- doc/sphinx/cython/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/cython/migrating.rst b/doc/sphinx/cython/migrating.rst index 1dd0896c5..c31d47c27 100644 --- a/doc/sphinx/cython/migrating.rst +++ b/doc/sphinx/cython/migrating.rst @@ -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)