From 50997a165119ccb997206e4738750621510bbd79 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 20 Feb 2019 22:30:04 -0500 Subject: [PATCH] [Python] Fix documentation of Reaction.listFromCti --- interfaces/cython/cantera/reaction.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/cython/cantera/reaction.pyx b/interfaces/cython/cantera/reaction.pyx index 044022941..257333d1d 100644 --- a/interfaces/cython/cantera/reaction.pyx +++ b/interfaces/cython/cantera/reaction.pyx @@ -108,8 +108,8 @@ cdef class Reaction: @staticmethod def listFromCti(text): """ - Create a list of Species objects from all the species defined in a CTI - string. + Create a list of `Reaction` objects from all the reactions defined in a + CTI string. """ # Currently identical to listFromXml since get_XML_from_string is able # to distinguish between CTI and XML.