slepicka-craig / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Typo in doc/sphinx/cython/tutorial.rst #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 362 shows:
    >>> g = Cantera.Solution('gri30.xml')
Instead, this should be (at least, according to line 13):
    >>> g = ct.Solution('gri30.xml')

Original issue reported on code.google.com by thetruet...@googlemail.com on 9 Mar 2015 at 4:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3420.

Original comment by yarmond on 10 Mar 2015 at 10:41