diff --git a/interfaces/cython/cantera/onedim.pyx b/interfaces/cython/cantera/onedim.pyx index ce76b1ff0..876387e79 100644 --- a/interfaces/cython/cantera/onedim.pyx +++ b/interfaces/cython/cantera/onedim.pyx @@ -718,8 +718,14 @@ cdef class Sim1D: loglevel=1): """ Save the solution in XML format. + :param filename: + solution file + :param name: + solution name within the file + :param description: + custom description text - >>> s.save(file='save.xml', name='energy_off', + >>> s.save(filename='save.xml', name='energy_off', ... description='solution with energy eqn. disabled') """