From d3fc15b73383e3f4e1774098406cc190635d91dd Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 7 Jan 2013 17:16:40 +0000 Subject: [PATCH] Fixed an error in the CTI guide Cherry picked from trunk r2015. --- doc/sphinx/cti/input-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/cti/input-files.rst b/doc/sphinx/cti/input-files.rst index d349f26ce..d9e350894 100644 --- a/doc/sphinx/cti/input-files.rst +++ b/doc/sphinx/cti/input-files.rst @@ -368,7 +368,7 @@ If you are interested in seeing the internals of how the preprocessing works, take a look at file ``ctml_writer.py`` in the Cantera Python package. Or simply start Python, and type:: - >>> from Cantera import ctml_writer + >>> import ctml_writer >>> help(ctml_writer) The ``ctml_writer.py`` module can also be run as a script to convert input .cti